Sha256: 0da9d59fc1472abb4f1bdacbf195403cd9f9809212c2e38b248539c603868373
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
require File.join(File.dirname(__FILE__), 'test_helper') class MockSignature end class QueryStringTest < Test::Unit::TestCase def setup # need a stub for Signature! end def test_expected_string string = AWS::MWS::Authentication::QueryString.new( :access_key => 'opensesame', :marketplace_id => '9876', :merchant_id => '12345', :uri => URI.parse('/') ) assert_kind_of(String, string) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amazon-mws-0.1.0 | test/query_string_test.rb |