lib/lucid/ast/empty_background.rb in lucid-0.0.9 vs lib/lucid/ast/empty_background.rb in lucid-0.1.0
- old
+ new
@@ -12,11 +12,11 @@
def feature_elements
[]
end
- def step_collection(step_invocations)
- StepCollection.new(step_invocations)
+ def create_step_invocations(step_invocations)
+ StepInvocations.new(step_invocations)
end
def step_invocations
[]
end