From 6fbd73d0eb150d4b81896a2e45e7cdf6dd57daf3 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 12 Feb 2014 13:32:56 +1100 Subject: [PATCH] include rb_trace to help debugging any hanging specs --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d0972d09abd..045e88a39b4 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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'