Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/seangeo/auth-hmac
Browse files Browse the repository at this point in the history
  • Loading branch information
ascarter committed Jan 8, 2009
2 parents 29d9117 + b74ffa5 commit 69a3e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/auth-hmac_spec.rb
Expand Up @@ -407,7 +407,7 @@ class TestResource < ActiveResource::Base
Time.should_receive(:now).at_least(1).and_return(now)
ActiveResource::HttpMock.respond_to do |mock|
mock.get "/test_resources/1.xml",
{'Authorization' => 'AuthHMAC access_id:n8UlshMa8ve66U36XD3ZCbAIctg=', 'Content-Type' => 'application/xml', 'Date' => "Thu, 10 Jul 2008 03:29:56 GMT" },
{'Authorization' => 'AuthHMAC access_id:44dvKATf4xanDtypqEA0EFYvOgI=', 'Accept' => 'application/xml', 'Date' => "Thu, 10 Jul 2008 03:29:56 GMT" },
{:id => "1"}.to_xml(:root => 'test_resource')
end

Expand Down

0 comments on commit 69a3e1a

Please sign in to comment.