Sha256: 3df1f06de26aaca1ac4d77c853e4131d0bdfd64c21b79fdac02c25f7c418c5c4

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 Bytes

Contents

Feature: Plain ignore classes

Scenario Outline: An errors class is in the ignore_classes array
  When I run the service "plain-ruby" with the command "bundle exec ruby ignore_classes/<state>.rb"
  And I wait for 1 second
  Then I should receive no requests

  Examples:
  | state     |
  | unhandled |
  | handled   |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/plain_features/ignore_classes.feature
bugsnag-6.14.0 features/plain_features/ignore_classes.feature
bugsnag-6.13.1 features/plain_features/ignore_classes.feature
bugsnag-6.13.0 features/plain_features/ignore_classes.feature