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