Sha256: 98e2ffddc8a4e3555cdc45915e81a57b7e548f48d64621864672590cb995a7f9

Contents?: true

Size: 719 Bytes

Versions: 4

Compression:

Stored size: 719 Bytes

Contents

Feature: API key

@rails3 @rails4 @rails5 @rails6
Scenario: Setting api_key in environment variable works
  Given I start the rails service
  When I navigate to the route "/api_key/environment" on the rails app
  And I wait to receive a request
  Then the request is valid for the error reporting API version "4.0" for the "Ruby Bugsnag Notifier"

@rails3 @rails4 @rails5 @rails6
 Scenario Outline: Changing api_key after initializer works
  Given I start the rails service
  When I navigate to the route "/api_key/changing?api_key=c35a2a72bd230ac0aa0f52715bbdc6ac" on the rails app
  And I wait to receive a request
  Then the request is valid for the error reporting API version "4.0" for the "Ruby Bugsnag Notifier"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/rails_features/api_key.feature
bugsnag-6.14.0 features/rails_features/api_key.feature
bugsnag-6.13.1 features/rails_features/api_key.feature
bugsnag-6.13.0 features/rails_features/api_key.feature