diff --git a/vendor/plugins/blitz/generators/support/insert_commands.rb b/vendor/plugins/blitz/generators/support/insert_commands.rb index 1eb212d..ebb85d3 100644 --- a/vendor/plugins/blitz/generators/support/insert_commands.rb +++ b/vendor/plugins/blitz/generators/support/insert_commands.rb @@ -31,6 +31,11 @@ Rails::Generator::Commands::Destroy.class_eval do logger.remove "#{line} from #{file}" gsub_file file, "\n #{line}", '' end + + def insert_cucumber_path(file, line) + logger.remove "#{line} from #{file}" + gsub_file file, "\n #{line}", '' + end end Rails::Generator::Commands::List.class_eval do -- libgit2 0.21.2