Skip to content

Commit

Permalink
fix 'prelaunch' recipe for missing Cucumber feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Aug 26, 2012
1 parent 6944c96 commit 35e0456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
@@ -1,5 +1,9 @@
h1. CHANGELOG

h2. 2.2.2 unreleased

* fix 'prelaunch' recipe for missing Cucumber feature file

h2. 2.2.1 August 26, 2012

* fix regression introduced by 1cf28c09cc4a8d11f2f1a7e5b91fce724d0a9b73 (version 2.1.10)
Expand Down
1 change: 1 addition & 0 deletions recipes/prelaunch.rb
Expand Up @@ -45,6 +45,7 @@
copy_from_repo 'features/admin/send_invitations.feature', :repo => repo
copy_from_repo 'features/admin/view_progress.feature', :repo => repo
copy_from_repo 'features/visitors/request_invitation.feature', :repo => repo
copy_from_repo 'features/users/sign_in.feature', :repo => repo
copy_from_repo 'features/users/sign_up.feature', :repo => repo
copy_from_repo 'features/users/user_show.feature', :repo => repo
copy_from_repo 'features/step_definitions/admin_steps.rb', :repo => repo
Expand Down

0 comments on commit 35e0456

Please sign in to comment.