Sha256: 85507955ab1a911e40353dff51952941ca3bba881078bf5b726b3c679a3d99ae
Contents?: true
Size: 1003 Bytes
Versions: 48
Compression:
Stored size: 1003 Bytes
Contents
Feature: Use the Gem to catch errors in a Rake application 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
48 entries across 48 versions & 1 rubygems