summaryrefslogtreecommitdiff
path: root/features/support
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-25 22:34:29 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-26 16:32:24 -0400
commit4252ea90c0ab757fce538af1f03ce5f6d48f7814 (patch)
tree06df6c7e45930a06a1ce3c4efdd85696bf71db42 /features/support
parent6b90f36f5b6ee36dede7cc33c9364ddd34e5ba6b (diff)
downloadgitlab-ce-4252ea90c0ab757fce538af1f03ce5f6d48f7814.tar.gz
Add feature steps for a generic, non-"Shop" project
This group is better for features that only deal with one project.
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 9c6cef07298..6d49c25a8ba 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -23,5 +23,7 @@ Spinach.hooks.after_scenario { DatabaseCleaner.clean }
Spinach.hooks.before_run do
RSpec::Mocks::setup self
+ include FactoryGirl::Syntax::Methods
+
stub_gitolite!
end