include rb_trace to help debugging any hanging specs
This commit is contained in:
parent
71a38542a4
commit
6fbd73d0eb
|
@ -5,6 +5,7 @@ end
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'spork'
|
require 'spork'
|
||||||
|
require 'rbtrace'
|
||||||
#uncomment the following line to use spork with the debugger
|
#uncomment the following line to use spork with the debugger
|
||||||
#require 'spork/ext/ruby-debug'
|
#require 'spork/ext/ruby-debug'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue