Sha256: d1fbea54c772588cfc20b6c2b544f102325bd30994671cb57b4844a99883eb9c
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
require 'spec_helper' describe ACH::Record::Entry do it "should have length of 94" do ACH::FileFactory.sample_file.batches[0].entries[0].to_s!.length.should == ACH::Constants::RECORD_SIZE end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ach_builder-0.2.2 | spec/record/entry_spec.rb |
ach_builder-0.2.1 | spec/record/entry_spec.rb |