Sha256: 9af5e23886270050d3440c9300130fae71283770d9716c40abc84ccb89a27132

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

require_relative '../test_helper'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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