rspec_rails_4 icon indicating copy to clipboard operation
rspec_rails_4 copied to clipboard

RSpec test not passing for validating uniqueness of email in spec/models/contact_spec.rb

Open trekr5 opened this issue 11 years ago • 0 comments
trafficstars

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

trekr5 avatar Apr 13 '14 17:04 trekr5