Skip to content

Commit

Permalink
Configure Guard not to wait for interactive commands
Browse files Browse the repository at this point in the history
  • Loading branch information
njonsson committed Feb 26, 2013
1 parent d4ac53e commit ed0edef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Guardfile
@@ -1,3 +1,5 @@
interactor :off

guard :rspec, :cli => '--debugger' do guard :rspec, :cli => '--debugger' do
# Run the corresponding spec (or all specs) when code changes. # Run the corresponding spec (or all specs) when code changes.
watch( %r{^lib/(.+)\.rb$} ) do |match| watch( %r{^lib/(.+)\.rb$} ) do |match|
Expand Down

0 comments on commit ed0edef

Please sign in to comment.