Skip to content

Commit

Permalink
Default to having cucumber require everything under features/
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 20, 2012
1 parent 298804d commit 9cb971b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/suspenders/app_builder.rb
Expand Up @@ -94,6 +94,7 @@ def generate_cucumber
%{Capybara.save_and_open_page_path = 'tmp'\n} +
%{Capybara.javascript_driver = :webkit\n},
:before => %{Capybara.default_selector = :css}
inject_into_file 'config/cucumber.yml', ' -r features', :after => %{default: <%= std_opts %> features}
end

def generate_clearance
Expand Down

0 comments on commit 9cb971b

Please sign in to comment.