fix warnings

This commit is contained in:
r888888888
2014-04-25 11:08:46 -07:00
parent 53844af8dc
commit ace7e6abff
3 changed files with 5 additions and 5 deletions

View File

@@ -99,6 +99,10 @@ class MockMemcache
end
end
if defined?(MEMCACHE)
Object.send(:remove_const, :MEMCACHE)
end
MEMCACHE = MockMemcache.new
VCR.configure do |c|