the test that was failing should not exsist
This commit is contained in:
parent
149c086d5e
commit
7204ef8e26
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue