You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mocha instead of rspecs mocking framework, valid_uniqueness does not work and throws "stub! unknown method". Changing to model.class.expects(:find).returns(true) in validations.rb didn't do the trick either.
The text was updated successfully, but these errors were encountered:
When using mocha instead of rspecs mocking framework, valid_uniqueness does not work and throws "stub! unknown method". Changing to model.class.expects(:find).returns(true) in validations.rb didn't do the trick either.
The text was updated successfully, but these errors were encountered: