Sha256: 56b33eb56866cce8928ccede70958e631c2a0a0aead67088223cd6b0c6700935
Contents?: true
Size: 193 Bytes
Versions: 9
Compression:
Stored size: 193 Bytes
Contents
require 'test_helper' class Alipay::Mobile::SignTest < Minitest::Test def test_params_to_string assert_equal %q(a="1"&b="2"), Alipay::Mobile::Sign.params_to_string(a: 1, b: 2) end end
Version data entries
9 entries across 9 versions & 2 rubygems