Skip to content

Commit

Permalink
Merge pull request sporkrb#136 from markburns/patch-1
Browse files Browse the repository at this point in the history
Added helpful message for getting spork to work with a debugger
  • Loading branch information
timcharper committed Aug 21, 2011
2 parents 25e8424 + 9ee5643 commit 2bb3143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/bootstrap.rb
@@ -1,5 +1,7 @@
require 'rubygems'
require 'spork'
#uncomment the following line to use spork with the debugger
#require 'spork/ext/ruby-debug'

Spork.prefork do
# Loading more in this block will cause your tests to run faster. However,
Expand Down

0 comments on commit 2bb3143

Please sign in to comment.