Skip to content

Commit

Permalink
fix stub to work with rr idiosyncracies
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Mar 9, 2012
1 parent 0f61af1 commit 6041313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sso_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def builds_full_url(env)
end

test "command line" do
any_instance_of(Client, :puts => true)
any_instance_of(Client) { |c| stub(c).puts }
stub(Launchy).open
start = Object.new
stub(start).message
Expand Down

0 comments on commit 6041313

Please sign in to comment.