Class: SetupWatirCucumber::CLI

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

Instance Method Summary collapse

Instance Method Details

#createObject



109
110
111
112
# File 'lib/setupWatirCucumber.rb', line 109

def create()
  raise "Not location set, please set location with --from" unless options[:from]
  SetupWatirCucumber::CucumberInit.new options[:from]
end