the test that was failing should not exsist

This commit is contained in:
Maxwell Salzberg 2011-06-02 19:18:28 -07:00
parent 149c086d5e
commit 7204ef8e26

View file

@ -21,12 +21,6 @@ describe Services::Tumblr do
@service.post(@post) @service.post(@post)
end 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
end end