class Cucumber::Unit
Public Class Methods
Source
# File lib/cucumber/unit.rb, line 5 def initialize(step_collection) @step_collection = step_collection end
# File lib/cucumber/unit.rb, line 5 def initialize(step_collection) @step_collection = step_collection end