Sha256: f69ba50b377dfc22d972ad4d7de140c9f7a705ef69e1c7426b9a2a316d5ad782

Contents?: true

Size: 192 Bytes

Versions: 4

Compression:

Stored size: 192 Bytes

Contents

require_relative '../test_helper'

describe Ebanx::Command::PayoutBanks do
  it "performs a successful" do
    response = ebanx.do_payout_banks
    response.http_code.must_equal 200
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ebanx-1.3.5 test/ebanx/payout_banks_command_test.rb
ebanx-1.3.4 test/ebanx/payout_banks_command_test.rb
ebanx-1.3.3 test/ebanx/payout_banks_command_test.rb
ebanx-1.3.2 test/ebanx/payout_banks_command_test.rb