Sha256: 2058bb87ed80bfde300d97a29aeb9eeebd8169bb9c413cc51d36340a68b55d71

Contents?: true

Size: 204 Bytes

Versions: 15

Compression:

Stored size: 204 Bytes

Contents

require 'test_helper'

class AlipayTest < Minitest::Test
  def test_debug_mode_default
    assert Alipay.debug_mode?
  end

  def test_sign_type_default
    assert_equal 'MD5', Alipay.sign_type
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
yl_alipay-0.15.3 test/alipay_test.rb
yl_alipay-0.15.2 test/alipay_test.rb
alipay-0.14.0 test/alipay_test.rb
alipay-0.13.0 test/alipay_test.rb
alipay-0.12.0 test/alipay_test.rb
alipay-0.11.0 test/alipay_test.rb
alipay-0.10.0 test/alipay_test.rb
alipay-0.9.0 test/alipay_test.rb
alipay-0.8.0 test/alipay_test.rb
alipay-0.7.1 test/alipay_test.rb
alipay-0.7.0 test/alipay_test.rb
alipay-0.6.0 test/alipay_test.rb
alipay-0.6.0.beta3 test/alipay_test.rb
alipay-0.6.0.beta2 test/alipay_test.rb
alipay-0.6.0.beta1 test/alipay_test.rb