mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
include rb_trace to help debugging any hanging specs
This commit is contained in:
parent
71a38542a4
commit
6fbd73d0eb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ end
|
|||
|
||||
require 'rubygems'
|
||||
require 'spork'
|
||||
require 'rbtrace'
|
||||
#uncomment the following line to use spork with the debugger
|
||||
#require 'spork/ext/ruby-debug'
|
||||
|
||||
|
|
Loading…
Reference in a new issue