Add feature steps for a generic, non-"Shop" project

This group is better for features that only deal with one project.
This commit is contained in:
Robert Speicher 2012-09-25 22:34:29 -04:00
parent 6b90f36f5b
commit 4252ea90c0
3 changed files with 55 additions and 2 deletions

View file

@ -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