Test fix
This commit is contained in:
parent
f3936bba1d
commit
a284c65992
|
@ -60,7 +60,7 @@ describe "Model properties" do
|
|||
end
|
||||
|
||||
it "should not raise error if property name coincides with model type key on non-model" do
|
||||
lambda { CatToy.property(Cat.model_type_key) }.should_not raise_error
|
||||
lambda { Person.property(Article.model_type_key) }.should_not raise_error
|
||||
end
|
||||
|
||||
it "should be auto timestamped" do
|
||||
|
|
Loading…
Reference in a new issue