Sha256: 9a299f9d3ed0f9549c11207e277f17990dfef967a0ad3f53a6d17362e4143691

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

require_relative '../test_helper'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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