Replace old spinach step definitions with step.
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/'