On Thu, Feb 28, 2013 at 12:57 PM, ruby rails wrote:
> 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
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