Sha256: 3003be0f35f71bbbd9c90116233d7e1ce50217a6741a0e1904fa7f72ccfcf256

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

Feature: Rollbar
  Background:
    Given I have created a app with pah

  Scenario: Have correct files
    Then I have the file Gemfile and contents of this file should include:
      """
      gem 'rollbar'
      """
    Then I have the file config/initializers/rollbar.rb and contents of this file should include:
      """
      config.enabled = Rails.env.production? # || Rails.env.staging?
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/rollbar.feature