Class: Belly::StepsCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/belly/steps_command.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ StepsCommand

Returns a new instance of StepsCommand.



5
6
# File 'lib/belly/steps_command.rb', line 5

def initialize(options)
end

Instance Method Details

#run(ui) ⇒ Object



8
9
10
# File 'lib/belly/steps_command.rb', line 8

def run(ui)
  puts Cucumber::StepDefinitions.new.to_json
end