Sha256: f902ccdf5e541d905fc25c271831cd9343332668aae500286ad56100f70fa5a4
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
require 'test_helper' class JdPayTest < Minitest::Test def test_public_key assert_equal TEST_RSA_PUBLIC_KEY, JdPay.public_key end def test_debug_model_default assert JdPay.debug_mode? end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jdpay-0.1.3 | test/jd_pay_test.rb |
jdpay-0.1.2 | test/jd_pay_test.rb |
jdpay-0.1.1 | test/jd_pay_test.rb |