Skip to content

Instantly share code, notes, and snippets.

@corntrace
Forked from timriley/dewip.sh
Created December 23, 2009 06:43
Show Gist options
  • Save corntrace/262357 to your computer and use it in GitHub Desktop.
Save corntrace/262357 to your computer and use it in GitHub Desktop.
cucumber tags filters
alias dewip="sed -E -i '' -e '/^[[:blank:]]*@wip$/d;s/,[[:blank:]]*@wip//g;s/@wip,[[:blank:]]*//g' features/**/*.feature"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment