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

7 lines
121 B
Ruby

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