Class: CucumberBoosterConfig::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/cucumber_booster_config/cli.rb

Instance Method Summary collapse

Instance Method Details

#inject(path) ⇒ Object



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