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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ci/factories/users.rb')
-rw-r--r--spec/ci/factories/users.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/ci/factories/users.rb b/spec/ci/factories/users.rb
new file mode 100644
index 00000000000..26b30eff0e6
--- /dev/null
+++ b/spec/ci/factories/users.rb
@@ -0,0 +1,6 @@
+# Read about factories at https://github.com/thoughtbot/factory_girl
+
+FactoryGirl.define do
+ factory :user do
+ end
+end