Skip to content

Commit

Permalink
Moved rest_auth_stories_helper to rest_auth_features_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-ash committed Jan 12, 2009
1 parent dada879 commit e0a96da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/authenticated/authenticated_generator.rb
Expand Up @@ -187,8 +187,8 @@ def manifest
File.join('features', 'accounts.feature')
m.template 'features/sessions.feature',
File.join('features', 'sessions.feature')
m.template 'features/step_definitions/rest_auth_stories_helper.rb',
File.join('features', 'step_definitions', 'rest_auth_stories_helper.rb')
m.template 'features/step_definitions/rest_auth_features_helper.rb',
File.join('features', 'step_definitions', 'rest_auth_features_helper.rb')
m.template 'features/step_definitions/ra_env.rb',
File.join('features', 'step_definitions', 'ra_env.rb')

Expand Down

0 comments on commit e0a96da

Please sign in to comment.