Skip to content

Instantly share code, notes, and snippets.

@bds
Created January 22, 2014 03:34
Show Gist options
  • Save bds/8553090 to your computer and use it in GitHub Desktop.
Save bds/8553090 to your computer and use it in GitHub Desktop.
Find Ruby puts statements polluting test output
find spec/ -type file | xargs grep "p " | cut -d " " -f 1 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment