Sha256: 1e64ad970512ce004ba2b6dbc07161e2fbd589b338a5ad9baedf01f2c8bda9a7

Contents?: true

Size: 266 Bytes

Versions: 31

Compression:

Stored size: 266 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

31 entries across 31 versions & 1 rubygems

Version Path
gillbus-0.16.7 test/cancel_order_test.rb
gillbus-0.16.6 test/cancel_order_test.rb
gillbus-0.16.5 test/cancel_order_test.rb
gillbus-0.16.4 test/cancel_order_test.rb
gillbus-0.16.3 test/cancel_order_test.rb
gillbus-0.16.2 test/cancel_order_test.rb
gillbus-0.16.1 test/cancel_order_test.rb
gillbus-0.15.7 test/cancel_order_test.rb
gillbus-0.15.6 test/cancel_order_test.rb
gillbus-0.15.5 test/cancel_order_test.rb
gillbus-0.15.4 test/cancel_order_test.rb
gillbus-0.15.3 test/cancel_order_test.rb
gillbus-0.15.2 test/cancel_order_test.rb
gillbus-0.15.1 test/cancel_order_test.rb
gillbus-0.15.0 test/cancel_order_test.rb
gillbus-0.14.12 test/cancel_order_test.rb
gillbus-0.14.11 test/cancel_order_test.rb
gillbus-0.14.10 test/cancel_order_test.rb
gillbus-0.14.9 test/cancel_order_test.rb
gillbus-0.14.8 test/cancel_order_test.rb