Sha256: 64ff14d619249fc90a2f771fbe7d4766ba1c74f92fa6a14748718b02e93c3cca
Contents?: true
Size: 341 Bytes
Versions: 13
Compression:
Stored size: 341 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class PayflowExpressUkTest < Test::Unit::TestCase def setup @gateway = PayflowExpressUkGateway.new( :login => 'LOGIN', :password => 'PASSWORD' ) end def test_supported_countries assert_equal ['GB'], PayflowExpressUkGateway.supported_countries end end
Version data entries
13 entries across 13 versions & 5 rubygems