features/rails.feature in airbrake-3.1.16 vs features/rails.feature in airbrake-3.1.17
- old
+ new
@@ -132,9 +132,10 @@
Scenario: Filtering session and params based on Rails parameter filters
When I configure the Airbrake shim
And I run `rails generate airbrake -k myapikey -t`
When I configure the notifier to use the following configuration lines:
"""
+ config.api_key = "myapikey"
config.logger = Logger.new STDOUT
"""
And I configure the application to filter parameter "secret"
And I define a response for "TestController#index":
"""