Sha256: 7f89a20a6bcd5a5d92473cacff4d3039ea8ef86cd04bee69d9501479a8410db7
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
import py_dsl step_defs = {} def register_step_def(regexp, f): print "Got a step def: ", regexp step_defs[regexp] = f def step_matches(step_name, formatted_step_name): print "WTF: " + step_name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cucumber-0.4.0 | lib/cucumber/py_support/py_language.py |
cucumber-0.4.0.rc1 | lib/cucumber/py_support/py_language.py |