Skip to content

Instantly share code, notes, and snippets.

@squarism
Created September 14, 2012 01:51
Show Gist options
  • Save squarism/3719340 to your computer and use it in GitHub Desktop.
Save squarism/3719340 to your computer and use it in GitHub Desktop.
One line guard with watchr
watchr -e 'watch("walrus.*\.rb") {|m| system("clear && rspec -c #{m};") }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment