8 9 10 11 12 13 14
# File 'lib/cucumber_booster_config/cli.rb', line 8 def inject(path) puts "Running in #{path}" report_path = "cucumber_report.json" Injection.new(path, report_path, :dry_run => options[:dry_run]).run end