Sha256: 370afe4ecf01786d89af0fa054866faa93f31a4799219b5e02d3b896e8bcf07d

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

module AchFilesExamples

  def well_fargo_empty_filename
    File.expand_path(File.dirname(__FILE__) + '/../examples/well_fargo_empty.ach')
  end

  def well_fargo_with_data
    File.expand_path(File.dirname(__FILE__) + '/../examples/well_fargo_with_data.ach')
  end

end

if defined?(World)
  World(AchFilesExamples)
else
  include AchFilesExamples
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ach_builder-0.2.2 spec/support/helpers/ach_files_examples.rb
ach_builder-0.2.1 spec/support/helpers/ach_files_examples.rb