Sha256: 81ab3f27179051d6cab94a1d0491f475490bb61501925d6589473b66e45cbd81
Contents?: true
Size: 393 Bytes
Versions: 5
Compression:
Stored size: 393 Bytes
Contents
require 'test_helper' class ActiveMerchant::Shipping::PartyTest < Test::Unit::TestCase include ActiveMerchant::Shipping def setup @party = PartyFactory.build(:fedex) end def test_has_location assert_not_nil @party.location end def test_has_contact assert_not_nil @party.contact end def test_has_account_number assert_not_nil @party.account_number end end
Version data entries
5 entries across 5 versions & 1 rubygems