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 was able to fix this issue in my app by adding require 'rspec/rails' to my spec_helper file.
require 'rspec/rails'