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