Method: Cucumber::Unit#step_count

Defined in:
lib/cucumber/unit.rb

#step_countObject

[View source] [View on GitHub]

9
10
11
# File 'lib/cucumber/unit.rb', line 9

def step_count
  @step_collection.length
end