summaryrefslogtreecommitdiff
path: root/spec/factories/notes.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-16 22:55:24 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-03-04 15:26:51 -0500
commit6df45eb4630d3eef4f232398de405b169c3c6876 (patch)
tree1f059ced536939bc14ea5d86fba8afce04537d40 /spec/factories/notes.rb
parent5de46014d74c1805b6bb090f5b2abebd6fb1f399 (diff)
downloadgitlab-ce-6df45eb4630d3eef4f232398de405b169c3c6876.tar.gz
Move all factory definitions to their own file
Diffstat (limited to 'spec/factories/notes.rb')
-rw-r--r--spec/factories/notes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/notes.rb b/spec/factories/notes.rb
index 32c202891d8..e5dcb159014 100644
--- a/spec/factories/notes.rb
+++ b/spec/factories/notes.rb
@@ -21,6 +21,8 @@
require_relative '../support/repo_helpers'
+include ActionDispatch::TestProcess
+
FactoryGirl.define do
factory :note do
project