Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Fixing a broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Quaranto <nick@quaran.to>
  • Loading branch information
Jason Morrison authored and qrush committed Jun 17, 2009
1 parent dae7bb5 commit fb16999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hoptoad_tasks_test.rb
Expand Up @@ -50,7 +50,7 @@ def unsuccessful_response(body = "")

before_should "use the project api key" do
Net::HTTP.expects(:post_form).
with(kind_of(URI), has_entries(:api_key => "1234123412341234")).
with(kind_of(URI), has_entries('api_key' => "1234123412341234")).
returns(successful_response)
end

Expand Down

0 comments on commit fb16999

Please sign in to comment.