diff --git a/assets/bootstrap.rb b/assets/bootstrap.rb index 8acfed2..a2f9be1 100644 --- a/assets/bootstrap.rb +++ b/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,