module Cucumber::Glue::ProtoWorld

def steps(steps_text)

Parameters:
  • steps_text (String) -- The Gherkin snippet to run
def steps(steps_text)
  super
end