Sha256: e10aa20eca2dbf99a0aaa45717c7ad428e23cae033d871450ad87cbeee1b8e3a

Contents?: true

Size: 233 Bytes

Versions: 21

Compression:

Stored size: 233 Bytes

Contents

def fixture_file_path(filename)
  File.expand_path "spec/fixtures/#{filename}"
end

def yaml_fixture_file(filename)
  YAML.load_file(fixture_file_path(filename))
end

def load_fixture(filename)
  load fixture_file_path(filename)
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
tram-policy-0.1.1 spec/support/fixtures_helper.rb