features/rails.feature in airbrake-3.1.1 vs features/rails.feature in airbrake-3.1.2

- old
+ new

@@ -200,8 +200,12 @@ Then I should receive a Airbrake notification Scenario: Reporting 404s When I configure the Airbrake shim And I configure usage of Airbrake + And I configure the notifier to use the following configuration lines: + """ + config.ignore_only = [] + """ And I perform a request to "http://example.com:123/this/route/does/not/exist" - And I should see "The page you were looking for doesn't exist." + Then I should see "The page you were looking for doesn't exist." And I should receive a Airbrake notification