class SetupWatirCucumber::CLI
Public Instance Methods
create()
click to toggle source
# 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