Skip to content

Instantly share code, notes, and snippets.

@NicolasFrancaX
Created August 17, 2014 20:26
Show Gist options
  • Save NicolasFrancaX/51bed57118be70c1468e to your computer and use it in GitHub Desktop.
Save NicolasFrancaX/51bed57118be70c1468e to your computer and use it in GitHub Desktop.
interactor :off
notification :off
guard :shell do
watch(%r{^test/(.+)_test\.rb$}) { task }
watch(%r{^lib/(.+)\.rb$}) { task }
watch('Guardfile') { task }
end
def task
`clear && testrb test/`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment