Class: Belly::StepsCommand
- Inherits:
-
Object
- Object
- Belly::StepsCommand
- Defined in:
- lib/belly/steps_command.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ StepsCommand
constructor
A new instance of StepsCommand.
- #run(ui) ⇒ Object
Constructor Details
#initialize(options) ⇒ StepsCommand
Returns a new instance of StepsCommand.
5 6 |
# File 'lib/belly/steps_command.rb', line 5 def initialize() 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 |