Hello, Try including your rails config/environment.rb file in your spec_helper: spec_helper.rb ---- ENV["RAILS_ENV"] = "test" require "/../config/environment" ---- -- Joseph Wilk http://www.joesniff.co.uk -- Posted via http://www.ruby-forum.com/.