Sha256: 6e94be19377c54560e3798fb3a7d989be8bdbf19c008d477cdd21f5ef8d96728

Contents?: true

Size: 310 Bytes

Versions: 23

Compression:

Stored size: 310 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)

module Stripe
  class AlipayAccountTest < Test::Unit::TestCase
    should "raise if accessing Stripe::Alipay.account directly" do
      assert_raises NotImplementedError do
        Stripe::AlipayAccount.retrieve "card_12345"
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
stripe-1.58.0 test/stripe/alipay_account_test.rb
stripe-1.57.1 test/stripe/alipay_account_test.rb
stripe-1.57.0 test/stripe/alipay_account_test.rb
stripe-1.56.2 test/stripe/alipay_account_test.rb
stripe-1.56.1 test/stripe/alipay_account_test.rb
stripe-1.56.0 test/stripe/alipay_account_test.rb
stripe-1.55.1 test/stripe/alipay_account_test.rb
stripe-1.55.0 test/stripe/alipay_account_test.rb
stripe-1.54.0 test/stripe/alipay_account_test.rb
stripe-1.53.0 test/stripe/alipay_account_test.rb
stripe-1.52.0 test/stripe/alipay_account_test.rb
stripe-1.51.1 test/stripe/alipay_account_test.rb
stripe-1.51.0 test/stripe/alipay_account_test.rb
stripe-1.50.1 test/stripe/alipay_account_test.rb
stripe-1.50.0 test/stripe/alipay_account_test.rb
stripe-1.49.0 test/stripe/alipay_account_test.rb
stripe-1.48.0 test/stripe/alipay_account_test.rb
stripe-1.47.0 test/stripe/alipay_account_test.rb
stripe-1.46.0 test/stripe/alipay_account_test.rb
stripe-1.45.0 test/stripe/alipay_account_test.rb