Skip to content

Instantly share code, notes, and snippets.

@mattr-
Created July 29, 2013 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattr-/6107477 to your computer and use it in GitHub Desktop.
Save mattr-/6107477 to your computer and use it in GitHub Desktop.
Find test files with failures
rake test | grep ' test/' | cut -d':' -f1 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment