Right now if I run my test suite using rake spec I get an error:
rake spec
1) SegmentsController GET \'index\' should work Failure/Error: get \'index\' u
One more option when all else fails is to just add a rescue block and print out the stack try or add a binding pry statement there and use show-stack.
show-stack
rescue Exception => e puts "" puts e.backtrace puts ""