class AutomationWizard::CLI

Public Instance Methods

testproject(name) click to toggle source
# File lib/automation_wizard/cli.rb, line 10
def testproject(name)
  driver = options[:level]
  AutomationWizard::Generators::Project.start([name, driver])
end