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.14.7 test/cancel_order_test.rb
gillbus-0.14.6 test/cancel_order_test.rb
gillbus-0.14.5 test/cancel_order_test.rb
gillbus-0.14.4 test/cancel_order_test.rb
gillbus-0.14.3 test/cancel_order_test.rb
gillbus-0.14.2 test/cancel_order_test.rb
gillbus-0.14.1 test/cancel_order_test.rb
gillbus-0.14.0 test/cancel_order_test.rb
gillbus-0.13.0 test/cancel_order_test.rb
gillbus-0.12.0 test/cancel_order_test.rb
gillbus-0.11.0 test/cancel_order_test.rb