This commit is contained in:
Sam Lown 2011-04-30 13:20:09 +02:00
parent f3936bba1d
commit a284c65992

View file

@ -60,7 +60,7 @@ describe "Model properties" do
end end
it "should not raise error if property name coincides with model type key on non-model" do 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 end
it "should be auto timestamped" do it "should be auto timestamped" do