Sha256: bb68b0538bf6022cedca134c8153a2b9d5c5c291ad2f24780232f86292d5c8ad
Contents?: true
Size: 713 Bytes
Versions: 2
Compression:
Stored size: 713 Bytes
Contents
Feature: Seivan Config Generator In order to have configure an app As a rails developer I want to generate a config file and manager Scenario: Generate normal config Given a new Rails app When I run "rails g seivan:config" Then I should see file "config/app_config.yml" And I should see file "config/initializers/load_app_config.rb" Scenario: Generate named config Given a new Rails app When I run "rails g seivan:config FooBar" Then I should see "FOO_BAR_CONFIG" in file "config/initializers/load_foo_bar_config.rb" And I should see "config/foo_bar_config.yml" in file "config/initializers/load_foo_bar_config.rb" And I should see file "config/foo_bar_config.yml"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seivan-generators-0.3 | features/seivan_config.feature |
seivan-generators-0.2 | features/seivan_config.feature |