features/app_generator.feature in adhearsion-2.0.0.alpha1 vs features/app_generator.feature in adhearsion-2.0.0.alpha2

- old
+ new

@@ -1,8 +1,8 @@ Feature: Adhearsion App Generator In order to do development on new Adhearsion apps - As a Adhearsiohn developer + As an Adhearsion developer I want to generate an Adhearsion app Scenario: Generate application with valid layout When I run `ahn create path/somewhere` And I cd to "path/somewhere" @@ -10,16 +10,18 @@ | lib | | config | | script | And the following files should exist: + | .gitignore | | config/adhearsion.rb | | config/environment.rb | | Gemfile | | lib/simon_game.rb | | script/ahn | | README.md | | Rakefile | + | Procfile | And the file "config/adhearsion.rb" should contain each of these content parts: """ Adhearsion.router Adhearsion.config