diff options
author | Jamie Winsor <jamie@vialstudios.com> | 2011-09-02 14:21:19 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@vialstudios.com> | 2011-09-02 14:21:19 -0700 |
commit | 2053a022a2cc0e0417bb15a9cda4da5d0f360389 (patch) | |
tree | 8de52b2e3c6d2c32ee99e814096729cbe69f0cc5 /spec | |
parent | fc68f22858fc485b99836d6b5ce254c67cdabe50 (diff) | |
download | refinerycms-blog-2053a022a2cc0e0417bb15a9cda4da5d0f360389.tar.gz refinerycms-blog-2053a022a2cc0e0417bb15a9cda4da5d0f360389.tar.bz2 refinerycms-blog-2053a022a2cc0e0417bb15a9cda4da5d0f360389.zip |
remove accidental inclusion of future feature
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |