We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dbaa2 commit 74ba03eCopy full SHA for 74ba03e
lib/generators/cypress_on_rails/update_generator.rb
@@ -5,7 +5,7 @@ class UpdateGenerator < Rails::Generators::Base
5
6
def update_generated_files
7
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"
+ template "spec/cypress/cypress_helper.rb.erb", "#{options.cypress_folder}/cypress_helper.rb"
9
copy_file "spec/cypress/support/on-rails.js", "#{options.cypress_folder}/support/on-rails.js"
10
directory 'spec/cypress/app_commands', "#{options.cypress_folder}/app_commands"
11
end
0 commit comments