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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-29 03:16:10 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-07-01 00:47:53 +0300
commit366799bbf143220fe34e53e56cac0fccf8ad4f1f (patch)
tree35acf50bf8027916db141fd56cfa4bba14c588f1 /spec/support/factory_girl.rb
parenta7773dd7e57158ac9006c582b999a75f09d1ec21 (diff)
Add spec/support/factory_girl
Just for consistency with our Capybara, DatabaseCleaner, WebMock, etc. setups.
Diffstat (limited to 'spec/support/factory_girl.rb')
-rw-r--r--spec/support/factory_girl.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/factory_girl.rb b/spec/support/factory_girl.rb
new file mode 100644
index 00000000000..eec437fb3aa
--- /dev/null
+++ b/spec/support/factory_girl.rb
@@ -0,0 +1,3 @@
+RSpec.configure do |config|
+ config.include FactoryGirl::Syntax::Methods
+end