Validations spec are never executed due to an invalid filename pattern.
Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
This commit is contained in:
parent
f75893b927
commit
73c1b3d47b
|
@ -57,7 +57,6 @@ describe "Validations" do
|
||||||
@obj.class.should_receive('view').and_return({'rows' => [ ]})
|
@obj.class.should_receive('view').and_return({'rows' => [ ]})
|
||||||
@obj.valid?
|
@obj.valid?
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
context "with a proxy parameter" do
|
context "with a proxy parameter" do
|
||||||
|
@ -76,7 +75,6 @@ describe "Validations" do
|
||||||
proxy.should_receive('view').and_return({'rows' => [ ]})
|
proxy.should_receive('view').and_return({'rows' => [ ]})
|
||||||
@obj.valid?
|
@obj.valid?
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue