diff --git a/features/support/rails_template b/features/support/rails_template index 6c21fc8..bc53016 100644 --- a/features/support/rails_template +++ b/features/support/rails_template @@ -10,4 +10,6 @@ if Rails.gem_version >= Gem::Version.new('7.1') config.autoload_lib(ignore: %w(some_railtie)) end RUBY + + gsub_file "config/routes.rb", /^ get/, ' # get' end