Skip to content

Commit

Permalink
Add debugger to the guardfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxx committed Dec 15, 2011
1 parent 760a7f9 commit 9e8d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,4 +1,4 @@
guard 'rspec' do
guard 'rspec', :cli => '-d' do
watch(%r{^spec/.+_spec\.rb})
watch(%r{^lib/(.+)\.rb}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
Expand Down

0 comments on commit 9e8d698

Please sign in to comment.