Sha256: 155c7bf7fa86be69c99e04cfa6df0f5a54f755d82da0e6c9f4b629a97e30b783

Contents?: true

Size: 859 Bytes

Versions: 7

Compression:

Stored size: 859 Bytes

Contents

Feature: Use the Gem to catch errors in a Rake application
  Background:
    Given I have built and installed the "airbrake" gem

  Scenario: Catching exceptions in Rake
    When I run rake with airbrake
    Then Airbrake should 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
    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
    When I run rake with airbrake
    Then Airbrake should send the rake command line as the component name

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
airbrake-3.0.4 features/rake.feature
airbrake-3.0.3 features/rake.feature
airbrake-3.0.2 features/rake.feature
airbrake-3.0.1 features/rake.feature
airbrake-3.0 features/rake.feature
airbrake-3.0.rc2 features/rake.feature
airbrake-3.0.rc1 features/rake.feature