Welcome to mirror list, hosted at ThFree Co, Russian Federation.

users.rb « factories « ci « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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