features/rails.feature in airbrake-3.0.rc2 vs features/rails.feature in airbrake-3.0
- old
+ new
@@ -138,11 +138,11 @@
Then the command should have run successfully
And I should receive a Airbrake notification
And I should see the Rails version
And my Airbrake configuration should contain the following line:
"""
- config.api_key = ENV['AIRBRAKE_API_KEY']
+ config.api_key = ENV['HOPTOAD_API_KEY']
"""
Scenario: Support the --app option for the Heroku addon in the generator
When I generate a new Rails application
And I configure the Airbrake shim
@@ -153,10 +153,10 @@
Then the command should have run successfully
And I should receive a Airbrake notification
And I should see the Rails version
And my Airbrake configuration should contain the following line:
"""
- config.api_key = ENV['AIRBRAKE_API_KEY']
+ config.api_key = ENV['HOPTOAD_API_KEY']
"""
Scenario: Filtering parameters in a controller
When I generate a new Rails application
And I configure the Airbrake shim