Sha256: 26a384199da37d6350748255c226b9e3b30b8f6dc3b44c0c0dbd1661fc77dd03

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

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

  Scenario: Catching exceptions in Rake
    When I run rake with honeybadger
    Then Honeybadger should catch the exception

  Scenario: Falling back to default handler before Honeybadger is configured
    When I run rake with honeybadger not yet configured
    Then Honeybadger should not catch the exception

  Scenario: Disabling Rake exception catcher
    When I run rake with honeybadger disabled
    Then Honeybadger should not catch the exception

  Scenario: Autodetect, running from terminal
    When I run rake with honeybadger autodetect from terminal
    Then Honeybadger should not catch the exception

  Scenario: Autodetect, not running from terminal
    When I run rake with honeybadger autodetect not from terminal
    Then Honeybadger should catch the exception

  Scenario: Sending the correct component name
    When I run rake with honeybadger
    Then Honeybadger should send the rake command line as the component name

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
honeybadger-1.3.1 features/rake.feature
honeybadger-1.3.0 features/rake.feature
honeybadger-1.2.1 features/rake.feature
honeybadger-1.2.0 features/rake.feature
honeybadger-1.1.0 features/rake.feature
honeybadger-1.0.0 features/rake.feature