features/rails.feature in airbrake-3.0.3 vs features/rails.feature in airbrake-3.0.4
- old
+ new
@@ -65,11 +65,11 @@
And I run "capify ."
And I configure the Airbrake shim
And I configure my application to require the "airbrake" gem
And I run the airbrake generator with "-k myapikey"
And I run "cap -T"
- Then I should see "deploy:notify_airbrake"
+ Then I should see "airbrake:deploy"
Scenario: Configure and deploy using only vendored gem
When I generate a new Rails application
And I run "capify ."
And I configure the Airbrake shim
@@ -77,10 +77,10 @@
And I unpack the "airbrake" gem
And I run the airbrake generator with "-k myapikey"
And I uninstall the "airbrake" gem
And I install cached gems
And I run "cap -T"
- Then I should see "deploy:notify_airbrake"
+ Then I should see "airbrake:deploy"
Scenario: Try to install when the airbrake plugin still exists
When I generate a new Rails application
And I install the "airbrake" plugin
And I configure the Airbrake shim