From 4252ea90c0ab757fce538af1f03ce5f6d48f7814 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 25 Sep 2012 22:34:29 -0400 Subject: Add feature steps for a generic, non-"Shop" project This group is better for features that only deal with one project. --- features/support/env.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/support/env.rb') 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 -- cgit v1.2.1