features/metal.feature in airbrake-3.1.16 vs features/metal.feature in airbrake-3.1.17
- old
+ new
@@ -2,9 +2,10 @@
Background:
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.api_key = "myapikey"
config.logger = Logger.new STDOUT
"""
And I configure the Airbrake shim
And I append to "app/metal/exploder.rb" with:
"""