failed?()
click to toggle source
11: def failed?
12: false
13: end
feature_elements()
click to toggle source
15: def feature_elements
16: []
17: end
init()
click to toggle source
step_collection(step_invocations)
click to toggle source
19: def step_collection(step_invocations)
20: StepCollection.new(step_invocations)
21: end