Skip to content

Commit

Permalink
Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
grk committed Jun 11, 2011
1 parent edc8ad3 commit 200e415
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec', :version => 2, :cli => "--color --format nested" do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { "spec" }
watch('spec/spec_helper.rb') { "spec" }
end

0 comments on commit 200e415

Please sign in to comment.