Module: Testimonium::CLI::Run

Included in:
CLI
Defined in:
lib/testimonium/cli/run.rb

Overview

Create a new test project

Instance Method Summary collapse

Instance Method Details

#parse_run_arguments!Object



9
10
11
# File 'lib/testimonium/cli/run.rb', line 9

def parse_run_arguments!
  Cucumber::Cli::Main.new(@arguments).execute!
end