module Testimonium::CLI::Run

Create a new test project

Public Instance Methods

parse_run_arguments!() click to toggle source
# File lib/testimonium/cli/run.rb, line 9
def parse_run_arguments!
  Cucumber::Cli::Main.new(@arguments).execute!
end