Noob who may be missing something obvious ... I\'m trying to debug an Rspec file. The Rspec file is stripped down at this point:
require \'spec_helper\' de
I assume your spec_helper.rb resides in the spec directory? Try:
require_relative '../spec_helper'