add a missing factory for tokens

pull/1186/head
Martin Linkhorst 12 years ago
parent 10b501892f
commit 19bb1f2352
  1. 5
      spec/factories/token_factory.rb

@ -0,0 +1,5 @@
FactoryGirl.define do
factory :token do
# doesn't need anything
end
end
Loading…
Cancel
Save