Anyone know how to get around this? On OSX, trying to get RSpec running with Rails 3.0.7. Full details at: https://gist.github.com/1017044
it \"renders but
I got this error when I forgot to add require 'spec_helper' to the top of my spec file or --require spec_helper to my .rspec file.
require 'spec_helper'
--require spec_helper