Skip to content

Commit

Permalink
Added helpful message for getting spork to work with a debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Burns committed Aug 21, 2011
1 parent 25e8424 commit 9ee5643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/bootstrap.rb
Original file line number Diff line number Diff line change
@@ -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 9ee5643

Please sign in to comment.