RS, IZ; webhooks spec should use user.post
This commit is contained in:
parent
62e6ea0756
commit
5b14c4822c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ describe Diaspora do
|
|||
it "should send an owners post to their people" do
|
||||
q = Post.send(:class_variable_get, :@@queue)
|
||||
q.should_receive :process
|
||||
@user.post :status_message, :message => "hi"
|
||||
@post.save
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue