Hi there, On page http://rspec.rubyforge.org/documentation/rails/writing/views.html the view spec example is incorrect. Instead of: require File.dirname(__FILE__) + '/../../spec_helper' It should read: require File.dirname(__FILE__) + '/../spec_helper' Regards, Keith