Fix deprecated ActiveModel::Errors#add options
This commit is contained in:
parent
83b70ec080
commit
8d9637249c
2 changed files with 6 additions and 1 deletions
|
@ -284,6 +284,11 @@ describe CouchRest::Model::CastedModel do
|
|||
@toy2.errors.should be_empty
|
||||
@toy3.errors.should_not be_empty
|
||||
end
|
||||
|
||||
it "should not use dperecated ActiveModel options" do
|
||||
ActiveSupport::Deprecation.should_not_receive(:warn)
|
||||
@cat.should_not be_valid
|
||||
end
|
||||
end
|
||||
|
||||
describe "on a casted model property" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue