diff --git a/spec/models/services/tumblr_spec.rb b/spec/models/services/tumblr_spec.rb index 569bec5d4..15f3f5817 100644 --- a/spec/models/services/tumblr_spec.rb +++ b/spec/models/services/tumblr_spec.rb @@ -21,12 +21,6 @@ describe Services::Tumblr do @service.post(@post) end - it 'should call public message' do - OAuth::AccessToken.any_instance.stub(:post) - url = "foo" - @service.should_receive(:public_message).with(@post, url) - @service.post(@post, url) - end end end