Acceptance tests for user

This commit is contained in:
2015-09-17 17:46:33 +02:00
parent 8e931cabd4
commit cb744943bd
35 changed files with 91 additions and 49 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ FactoryGirl.define do
password "secret"
trait :other_auth do
auth_data( {
sequence( :email ){|i| "test-other-user#{i}@example.com" }
auth_data( {
'info' => {
'nickname' => "UOther",
"name" => "USR Other",