Sha256: 787f8f6df7c51c104586012c4ca8a3b7f8a8761633cbbb50f3c9b60fcc64a583

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

require_relative '../test_helper'

describe Ebanx::Command::PayoutSearch do
  it "can't run without arguments" do
    lambda { ebanx.do_payout_search }.must_raise ArgumentError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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