Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
added Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cordawyn committed Jul 3, 2012
1 parent cb63b7f commit 0c83fae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Guardfile
@@ -0,0 +1,9 @@
guard "ctags-bundler", :emacs => true do
watch(/^(lib|spec\/support)\/.*\.rb$/)
watch("Gemfile.lock")
end

guard "rspec" do
watch(/^lib\/.*\.rb$/) { "spec" }
watch(/^spec\/.*_spec\.rb$/)
end

0 comments on commit 0c83fae

Please sign in to comment.