diff options
Diffstat (limited to 'users/test/factories.rb')
-rw-r--r-- | users/test/factories.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/test/factories.rb b/users/test/factories.rb index c87e290..f5fb77d 100644 --- a/users/test/factories.rb +++ b/users/test/factories.rb @@ -19,6 +19,8 @@ FactoryGirl.define do end end - factory :token + factory :token do + user + end end |