features/rake.feature in airbrake-3.1.6 vs features/rake.feature in airbrake-3.1.7
- old
+ new
@@ -1,8 +1,9 @@
Feature: Use the Gem to catch errors in a Rake application
+
Background:
- Given I have built and installed the "airbrake" gem
+ Given I've prepared the Rakefile
Scenario: Catching exceptions in Rake
When I run rake with airbrake
Then Airbrake should catch the exception
@@ -20,8 +21,9 @@
Scenario: Autodetect, not running from terminal
When I run rake with airbrake autodetect not from terminal
Then Airbrake should catch the exception
- Scenario: Sending the correct component name
- When I run rake with airbrake
- Then Airbrake should send the rake command line as the component name
+ @wip
+ Scenario: Airbrake should also send the command name
+ When I run `rake airbrake_autodetect_not_from_terminal`
+ Then command "airbrake_autodetect_not_from_terminal" should be reported