summaryrefslogtreecommitdiff
path: root/spec/ci/factories/users.rb
blob: 26b30eff0e6fb534ce1d4f4999c91766f3addaf5 (plain)
1
2
3
4
5
6
# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :user do
  end
end