Acceptance tests for user
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user