features/rails.feature in airbrake-3.1.12 vs features/rails.feature in airbrake-3.1.13

- old
+ new

@@ -249,9 +249,10 @@ config.logger = Logger.new STDOUT config.user_attributes = [:id, :name, :email, :username, :shoe_size] """ And I run `rails runner config/boot.rb` Then I should see "Unsupported user attribute: 'shoe_size'" + And I should not see "Unsupported user attribute: 'id'" Scenario: It should log the notice when failure happens When Airbrake server is not responding And I configure the notifier to use the following configuration lines: """