Sha256: fac2e3744114b656ea2095aa5d8cbb200c859068476873148db1ce2493939212
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 KB
Contents
Feature: Plain ignore report Background: Given I set environment variable "BUGSNAG_API_KEY" to "a35a2a72bd230ac0aa0f52715bbdc6aa" And I configure the bugsnag endpoint Scenario Outline: A reports severity can be modified Given I set environment variable "RUBY_VERSION" to "<ruby version>" And I set environment variable "CALLBACK_INITIATOR" to "<initiator>" And I have built the service "plain-ruby" And I run the service "plain-ruby" with the command "bundle exec ruby report_modification/ignore_report.rb" And I wait for 1 second Then I should receive 0 requests Examples: | ruby version | initiator | | 1.9.3 | handled_before_notify | | 1.9.3 | unhandled_before_notify | | 2.0 | handled_before_notify | | 2.0 | unhandled_before_notify | | 2.1 | handled_before_notify | | 2.1 | unhandled_before_notify | | 2.2 | handled_before_notify | | 2.2 | unhandled_before_notify | | 2.3 | handled_before_notify | | 2.3 | unhandled_before_notify | | 2.4 | handled_before_notify | | 2.4 | unhandled_before_notify | | 2.5 | handled_before_notify | | 2.5 | unhandled_before_notify |
Version data entries
6 entries across 6 versions & 1 rubygems