summaryrefslogtreecommitdiff
path: root/db/fixtures/development/fixtures_development_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/fixtures_development_helper.rb')
-rw-r--r--db/fixtures/development/fixtures_development_helper.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/fixtures/development/fixtures_development_helper.rb b/db/fixtures/development/fixtures_development_helper.rb
new file mode 100644
index 00000000000..22a7834bbee
--- /dev/null
+++ b/db/fixtures/development/fixtures_development_helper.rb
@@ -0,0 +1,8 @@
+module FixturesDevelopmentHelper
+ class << self
+ def template_project
+ @template_project ||= Project.
+ find_with_namespace('gitlab-org/gitlab-test')
+ end
+ end
+end