Sha256: e15a1ab0e4fba0ecde8af2711bb999239f3d7a6f2e47276c8261c268036229cc

Contents?: true

Size: 425 Bytes

Versions: 13

Compression:

Stored size: 425 Bytes

Contents

@no-clobber
Feature: Rollbar
  Background:
    Given I have created the app "myapp" 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

13 entries across 13 versions & 1 rubygems

Version Path
pah-0.0.28 features/rollbar.feature
pah-0.0.27 features/rollbar.feature
pah-0.0.26 features/rollbar.feature
pah-0.0.25 features/rollbar.feature
pah-0.0.24 features/rollbar.feature
pah-0.0.23 features/rollbar.feature
pah-0.0.22 features/rollbar.feature
pah-0.0.21 features/rollbar.feature
pah-0.0.20 features/rollbar.feature
pah-0.0.19 features/rollbar.feature
pah-0.0.17 features/rollbar.feature
pah-0.0.16 features/rollbar.feature
pah-0.0.15 features/rollbar.feature