features/rake.feature in airbrake-3.0.4 vs features/rake.feature in airbrake-3.0.5
- old
+ new
@@ -4,9 +4,13 @@
Scenario: Catching exceptions in Rake
When I run rake with airbrake
Then Airbrake should catch the exception
+ Scenario: Falling back to default handler before Airbrake is configured
+ When I run rake with airbrake not yet configured
+ Then Airbrake should not catch the exception
+
Scenario: Disabling Rake exception catcher
When I run rake with airbrake disabled
Then Airbrake should not catch the exception
Scenario: Autodetect, running from terminal