features/user_informer.feature in airbrake-3.1.16 vs features/user_informer.feature in airbrake-3.1.17
- old
+ new
@@ -20,9 +20,10 @@
Then I should see "Airbrake Error b6817316-9c45-ed26-45eb-780dbb86aadb"
Scenario: Rescue an exception in a controller with a custom error string
When I configure the notifier to use the following configuration lines:
"""
+ config.api_key = "myapikey"
config.user_information = 'Error #{{ error_id }}'
"""
And I run `rails generate airbrake -k myapikey`
And I define a response for "TestController#index":
"""