Skip to content

Instantly share code, notes, and snippets.

@srabuini
Created May 16, 2016 04:29
Show Gist options
  • Save srabuini/a9a52e071b15db1a8edfe58983c9293a to your computer and use it in GitHub Desktop.
Save srabuini/a9a52e071b15db1a8edfe58983c9293a to your computer and use it in GitHub Desktop.
.PHONY: test
test:
@ruby -Ilib:test test/runner.rb "test/*_test.rb"
watch:
fswatch -0 -l0.1 ./lib/*.rb ./test/*.rb | xargs -0 -I {} make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment