AutoCommit Son Aug 30 17:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 17:03:01 +02:00
parent 8bfd96d0af
commit 9dd9c3cc48
3 changed files with 33 additions and 18 deletions

7
spec/models/user_spec.rb Normal file
View File

@@ -0,0 +1,7 @@
require 'spec_helper'
describe User do
email "testuser@test.at"
password "password"
password_confirmation "password"
end