Skip to content

Commit

Permalink
add a guardfile for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Jun 10, 2014
1 parent ab084a9 commit 77ba08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notification :off

guard 'rake', :task => 'test' do
watch(%r{^manifests\/.+\.pp$})
end

0 comments on commit 77ba08b

Please sign in to comment.