test/dropbox/test_dropbox.rb in rest-more-3.1.0 vs test/dropbox/test_dropbox.rb in rest-more-3.2.0

- old
+ new

@@ -2,10 +2,9 @@ require 'rest-more/test' describe RC::Dropbox do after do WebMock.reset! - Muack.verify end should 'get right' do stub_request(:get, 'https://api.dropbox.com/1/account/info'). to_return(:body => '{"status": "OK"}')