Sha256: bc4ef4f1e3654effb41adb9e21faa71d124efce98ef1878fd6f4dd49f9c64ab6

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

require 'spec_helper'

describe ACH::Entry do
  it "should have length of 94" do
    ACH.sample_file.batch(0).entry(0).to_s!.length.should == ACH::Constants::RECORD_SIZE
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ach_builder-0.0.2 spec/entry_spec.rb