features/rails_features/send_code.feature in bugsnag-6.9.0 vs features/rails_features/send_code.feature in bugsnag-6.10.0

- old
+ new

@@ -1,14 +1,14 @@ Feature: Send code Background: - Given I set environment variable "MAZE_API_KEY" to "a35a2a72bd230ac0aa0f52715bbdc6aa" + Given I set environment variable "BUGSNAG_API_KEY" to "a35a2a72bd230ac0aa0f52715bbdc6aa" And I set environment variable "APP_PATH" to "/usr/src" And I configure the bugsnag endpoint Scenario Outline: Send_code can be updated in an initializer Given I set environment variable "RUBY_VERSION" to "<ruby_version>" - And I set environment variable "MAZE_SEND_CODE" to "false" + And I set environment variable "BUGSNAG_SEND_CODE" to "false" And I start the service "rails<rails_version>" And I wait for the app to respond on port "6128<rails_version>" When I navigate to the route "/send_code/initializer" on port "6128<rails_version>" Then I should receive a request And the request is a valid for the error reporting API