From 2053a022a2cc0e0417bb15a9cda4da5d0f360389 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Fri, 2 Sep 2011 14:21:19 -0700 Subject: remove accidental inclusion of future feature --- spec/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 68edfe8..a3fe107 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,8 +24,6 @@ def setup_environment RSpec.configure do |config| config.mock_with :rspec config.use_transactional_fixtures = false - - config.extend ActionController::Testing::Caching, :type => :controller end end -- cgit v1.2.3