Sha256: ee06a3cbbf48eb45da6516f2f4ca7d2ef1997d4b624d5190b5321070c0d01970

Contents?: true

Size: 375 Bytes

Versions: 13

Compression:

Stored size: 375 Bytes

Contents

@no-clobber
Feature: Newrelic
  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 'newrelic_rpm'
      """
    Then I have the file config/newrelic.yml and contents of this file should include:
      """
      app_name: myapp
      """

Version data entries

13 entries across 13 versions & 1 rubygems

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