Sha256: 71cfedf4d87617aa48c168f3cc8ea49df48bc9bb6015ce5bdd842af02b30a9e9

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

$: << File.expand_path('../../lib', __FILE__)
require 'bankgiro_inbetalningar'

def data_from_file(name)
  File.read(fixture_path(name)).force_encoding("ISO-8859-1")
end

def fixture_path(name)
  File.expand_path("../fixtures/#{name}", __FILE__)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bankgiro_inbetalningar-1.2.0 spec/spec_helper.rb