Sha256: 2f047e5f39bce2513d03f5412b4a7f67e4ce3f735b773017e209bb4e18960a2f

Contents?: true

Size: 988 Bytes

Versions: 6

Compression:

Stored size: 988 Bytes

Contents

Feature: Plain ignore classes

Background:
  Given I set environment variable "BUGSNAG_API_KEY" to "a35a2a72bd230ac0aa0f52715bbdc6aa"
  And I configure the bugsnag endpoint

Scenario Outline: An errors class is in the ignore_classes array
  And I set environment variable "RUBY_VERSION" to "<ruby version>"
  And I have built the service "plain-ruby"
  And 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 0 requests

  Examples:
  | ruby version | state     |
  | 1.9.3        | unhandled |
  | 1.9.3        | handled   |
  | 2.0          | unhandled |
  | 2.0          | handled   |
  | 2.1          | unhandled |
  | 2.1          | handled   |
  | 2.2          | unhandled |
  | 2.2          | handled   |
  | 2.3          | unhandled |
  | 2.3          | handled   |
  | 2.4          | unhandled |
  | 2.4          | handled   |
  | 2.5          | unhandled |
  | 2.5          | handled   |

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bugsnag-6.12.2 features/plain_features/ignore_classes.feature
bugsnag-6.12.1 features/plain_features/ignore_classes.feature
bugsnag-6.12.0 features/plain_features/ignore_classes.feature
bugsnag-6.11.1 features/plain_features/ignore_classes.feature
bugsnag-6.11.0 features/plain_features/ignore_classes.feature
bugsnag-6.10.0 features/plain_features/ignore_classes.feature