Class: AutomationWizard::CLI

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

Instance Method Summary collapse

Instance Method Details

#testproject(name) ⇒ Object



10
11
12
13
# File 'lib/automation_wizard/cli.rb', line 10

def testproject(name)
  driver = options[:level]
  AutomationWizard::Generators::Project.start([name, driver])
end