test/test_cache.rb in rest-graph-1.6.0 vs test/test_cache.rb in rest-graph-1.7.0

- old
+ new

@@ -5,10 +5,10 @@ require File.dirname(__FILE__) + '/common' end describe RestGraph do after do - WebMock.reset_webmock + WebMock.reset! RR.verify end should 'enable cache if passing cache' do url, body = "https://graph.facebook.com/cache", '{"message":"ok"}'