features/metal.feature in airbrake-3.1.12 vs features/metal.feature in airbrake-3.1.13
- old
+ new
@@ -1,7 +1,7 @@
Feature: Rescue errors in Rails middleware
Background:
- Given I successfully run `rails new rails_root -O --without-gemfile`
+ Given I successfully run `rails new rails_root -O --skip-gemfile`
And I cd to "rails_root"
And I configure the notifier to use the following configuration lines:
"""
config.logger = Logger.new STDOUT
"""