AutoCommit Mon Aug 31 16:03:01 CEST 2015
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
FactoryGirl.define do
|
||||
factory :user do
|
||||
email "testuser@test.at"
|
||||
password "password"
|
||||
password_confirmation "password"
|
||||
|
||||
email "testuser@test.at"
|
||||
password "password"
|
||||
password_confirmation "password"
|
||||
factory :other_user do
|
||||
email "othertest@test.at"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user