Sha256: f84d0a5fc44f69edb60579cd9b05309e10367bcc22bb3c9ade327e700f350d61
Contents?: true
Size: 393 Bytes
Versions: 6
Compression:
Stored size: 393 Bytes
Contents
require 'test_helper' class AllCommissionsTest < Minitest::Test def response Gillbus::FindOrder::Response.parse_string(File.read('test/responses/ticketsBookingAllCommissions.xml')) end def test_all_commissions assert response.tickets.first.all_commissions end def test_in_out_value assert_equal "3", response.tickets.first.all_commissions.first.in_out_type end end
Version data entries
6 entries across 6 versions & 1 rubygems