Sha256: 516c06c9f679ceba7ebbe391ef4f67e52fb6a68149eae3668e7a2da262c8b16d
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
require_relative '../test_helper' describe Ebanx::Command::GetMerchantIntegrationProperties do it "performs a successful" do params = { nil: nil } response = ebanx.do_get_merchant_integration_properties params response.http_code.must_equal 200 response.response['status'].must_equal 'SUCCESS' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ebanx-1.3.1 | test/ebanx/get_merchant_integration_properties_command_test.rb |
ebanx-1.3.0 | test/ebanx/get_merchant_integration_properties_command_test.rb |