Skip to content

Instantly share code, notes, and snippets.

@ignacy
Created October 31, 2011 13:18
Show Gist options
  • Select an option

  • Save ignacy/1327470 to your computer and use it in GitHub Desktop.

Select an option

Save ignacy/1327470 to your computer and use it in GitHub Desktop.
poor man's autotest
while true; do spec spec/models/suggestion_spec.rb; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment