Class: TestFramework::CLI

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

Instance Method Summary collapse

Instance Method Details

#project(name) ⇒ Object



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

def project(name)
  driver = options[:driver].nil? ? 'none' : options[:driver]
  TestFramework::Generators::Project.start([name, driver])
end