Commit 9709aaa983ae50a51b27a713fc7055161d76f436
1 parent
9af159f9
Exists in
master
and in
1 other branch
updating blitz
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
vendor/plugins/blitz/generators/support/insert_commands.rb
... | ... | @@ -31,6 +31,11 @@ Rails::Generator::Commands::Destroy.class_eval do |
31 | 31 | logger.remove "#{line} from #{file}" |
32 | 32 | gsub_file file, "\n #{line}", '' |
33 | 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 | 39 | end |
35 | 40 | |
36 | 41 | Rails::Generator::Commands::List.class_eval do | ... | ... |