Hi,

I am using Factory girl with rspec and capybara for testing my rails
appliction. I have the below code
FactoryGirl.define do
  factory :user do |f|
  f.email "s...@gmail.com"
  f.userkey "12ssd345q62"
  end
end

When I run the test it is failing as "Validation Failed: Userkey has
already been taken, Email has already been taken".

What could be the reason for this. I am new to Rspec.

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to