Skip to content

Replace old spinach step definitions with step.

gitlab-qa-bot requested to merge github/fork/cirosantilli/spinach-step into master

Created by: cirosantilli

Already dominant in the codebase and is the recommended way of doing things.

Let's get this done with. =)

find features/steps -iname '*.rb' | xargs perl -lapi -e 's/^(\s*)(Then|And|Given)/$1step/'

Merge request reports