Skip to content

Commit 74ba03e

Browse files
Update update_generator.rb
1 parent d5dbaa2 commit 74ba03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/cypress_on_rails/update_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class UpdateGenerator < Rails::Generators::Base
55

66
def update_generated_files
77
template "config/initializers/cypress_on_rails.rb.erb", "config/initializers/cypress_on_rails.rb"
8-
template "spec/cypress/cypress_helper.erb.rb", "#{options.cypress_folder}/cypress_helper.rb"
8+
template "spec/cypress/cypress_helper.rb.erb", "#{options.cypress_folder}/cypress_helper.rb"
99
copy_file "spec/cypress/support/on-rails.js", "#{options.cypress_folder}/support/on-rails.js"
1010
directory 'spec/cypress/app_commands', "#{options.cypress_folder}/app_commands"
1111
end

0 commit comments

Comments
 (0)