AutoCommit Mon Aug 31 16:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-31 16:03:01 +02:00
parent 1bc9d65a44
commit 93dbdedf53
3 changed files with 109 additions and 101 deletions

View File

@@ -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