diff --git a/generators/authenticated/authenticated_generator.rb b/generators/authenticated/authenticated_generator.rb index 7547cba..a46a318 100644 --- a/generators/authenticated/authenticated_generator.rb +++ b/generators/authenticated/authenticated_generator.rb @@ -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') diff --git a/generators/authenticated/templates/features/step_definitions/rest_auth_stories_helper.rb b/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb similarity index 100% rename from generators/authenticated/templates/features/step_definitions/rest_auth_stories_helper.rb rename to generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb