Commit 9709aaa983ae50a51b27a713fc7055161d76f436

Authored by Dan Croak
1 parent 9af159f9

updating blitz

vendor/plugins/blitz/generators/support/insert_commands.rb
@@ -31,6 +31,11 @@ Rails::Generator::Commands::Destroy.class_eval do @@ -31,6 +31,11 @@ Rails::Generator::Commands::Destroy.class_eval do
31 logger.remove "#{line} from #{file}" 31 logger.remove "#{line} from #{file}"
32 gsub_file file, "\n #{line}", '' 32 gsub_file file, "\n #{line}", ''
33 end 33 end
  34 +
  35 + def insert_cucumber_path(file, line)
  36 + logger.remove "#{line} from #{file}"
  37 + gsub_file file, "\n #{line}", ''
  38 + end
34 end 39 end
35 40
36 Rails::Generator::Commands::List.class_eval do 41 Rails::Generator::Commands::List.class_eval do