vidpush/spec/factories/admins.rb
Tyrel Souza 8b747da6dc updates
2014-04-08 15:27:38 -04:00

7 lines
122 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :admin do
end
end