Sha256: 8341c22ea56eab91359a495bed1e4b7576b0d5b8c790994d336be09de6d1523c

Contents?: true

Size: 575 Bytes

Versions: 13

Compression:

Stored size: 575 Bytes

Contents

@no-clobber
Feature: Generators
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Have correct files
    Then I have the file config/application.rb and contents of this file should include:
      """
      config.generators do |g|
      """
    Then I have the file config/application.rb and contents of this file should include:
      """
      config.app_generators do |g|
      """
    Then I have the file config/application.rb and contents of this file should include:
      """
      config.assets.initialize_on_precompile = false
      """

Version data entries

13 entries across 13 versions & 1 rubygems

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