Sha256: 88b39d02b6d9e305629661d1ddd97a395e6358c8cc1ba38e845844e2b06bef73

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

Feature: Generators
  Background:
    Given I have created a app 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

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/generators.feature