Sha256: 0583dc10019373972b069d1bb0eac2de2623e6081f890660d2c5d87a30e53611

Contents?: true

Size: 265 Bytes

Versions: 46

Compression:

Stored size: 265 Bytes

Contents

require 'test_helper'

class CancelOrderTest < Minitest::Test
  def cancel_order
    Gillbus::CancelOrder::Response.parse_string(File.read('test/responses/cancelOrder.xml'))
  end

  def test_cancel_order
    assert cancel_order.order_cancel.confirmation
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
gillbus-0.23.0 test/cancel_order_test.rb
gillbus-0.22.9 test/cancel_order_test.rb
gillbus-0.22.8 test/cancel_order_test.rb
gillbus-0.22.7 test/cancel_order_test.rb
gillbus-0.22.6 test/cancel_order_test.rb
gillbus-0.22.5 test/cancel_order_test.rb
gillbus-0.22.4 test/cancel_order_test.rb
gillbus-0.22.3 test/cancel_order_test.rb
gillbus-0.22.2 test/cancel_order_test.rb
gillbus-0.22.1 test/cancel_order_test.rb
gillbus-0.22.0 test/cancel_order_test.rb
gillbus-0.21.0 test/cancel_order_test.rb
gillbus-0.20.9 test/cancel_order_test.rb
gillbus-0.20.8 test/cancel_order_test.rb
gillbus-0.20.7 test/cancel_order_test.rb
gillbus-0.20.6 test/cancel_order_test.rb
gillbus-0.20.5 test/cancel_order_test.rb
gillbus-0.20.4 test/cancel_order_test.rb
gillbus-0.20.3 test/cancel_order_test.rb
gillbus-0.20.2 test/cancel_order_test.rb