AutoCommit Son Aug 30 18:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 18:03:01 +02:00
parent 9dd9c3cc48
commit 2d9944dfc3
4 changed files with 39 additions and 20 deletions

8
spec/factories/users.rb Normal file
View File

@@ -0,0 +1,8 @@
FactoryGirl.define do
factory :user do
email "testuser@test.at"
password "password"
password_confirmation "password"
end
end