Skip to content

Commit

Permalink
Got tests for new optional send to twitter checkbox to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
BRIMIL01 committed Mar 27, 2011
1 parent ac11f2f commit 071ed96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rstatus_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_twitter_send_checkbox_present

def test_twitter_send
update_text = "Test Twitter Text"
Twitter.expects(:configure)
Twitter.expects(:update)
u = Factory(:user)
a = Factory(:authorization, :user => u)
log_in(u, a.uid)
Expand Down

0 comments on commit 071ed96

Please sign in to comment.