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
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
I've created the rspec test for validating uniqueness of email in spec/models/contact_spec.rb and run it (exactly the way it's done in everydayrails) and it isn't passing.
I get the following error:
ArgumentError: Unknown validator: 'UniquesnessValidator'
I'm running rails 4.0.3, rspec 2.14.8 and ruby 2.1.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Can someone please help?
I've created the rspec test for validating uniqueness of email in spec/models/contact_spec.rb and run it (exactly the way it's done in everydayrails) and it isn't passing.
I get the following error:
ArgumentError: Unknown validator: 'UniquesnessValidator'
I'm running rails 4.0.3, rspec 2.14.8 and ruby 2.1.0
The text was updated successfully, but these errors were encountered: