Class: EmptyCucumber::Base

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

Instance Method Summary collapse

Instance Method Details

#prepare(name) ⇒ Object



9
10
11
12
13
14
# File 'lib/empty_cucumber.rb', line 9

def prepare(name)

  name.downcase!

  EmptyCucumber::Create.start([name])
end