From 1736e9d8725bed0cb56a83866643ddf6b10d0dc6 Mon Sep 17 00:00:00 2001 From: Andrew Vit Date: Fri, 15 Jun 2012 14:07:58 -0700 Subject: [PATCH] Don't load matchers that aren't working yet --- lib/rspec-rails-caching/matchers.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rspec-rails-caching/matchers.rb b/lib/rspec-rails-caching/matchers.rb index c041e1a..37404f7 100644 --- a/lib/rspec-rails-caching/matchers.rb +++ b/lib/rspec-rails-caching/matchers.rb @@ -5,5 +5,3 @@ module Matchers require 'rspec-rails-caching/matchers/cache_page' require 'rspec-rails-caching/matchers/expire_page' -require 'rspec-rails-caching/matchers/test_cache_caches' -require 'rspec-rails-caching/matchers/test_cache_expires'