features/rake.feature in airbrake-3.0.9 vs features/rake.feature in airbrake-3.1.0
- old
+ new
@@ -15,13 +15,13 @@
Then Airbrake should not catch the exception
Scenario: Autodetect, running from terminal
When I run rake with airbrake autodetect from terminal
Then Airbrake should not catch the exception
-
+
Scenario: Autodetect, not running from terminal
When I run rake with airbrake autodetect not from terminal
Then Airbrake should catch the exception
- Scenario: Sendind the correct component name
+ Scenario: Sending the correct component name
When I run rake with airbrake
Then Airbrake should send the rake command line as the component name