Sha256: ac028ee5618d3c7ff10fc4d0b3b65beedc2c70c7ece62e553f1b5b20a72956a8

Contents?: true

Size: 108 Bytes

Versions: 29

Compression:

Stored size: 108 Bytes

Contents

module LoadFixtureHelper
  def load_fixture(name)
    File.read("#{__dir__}/../fixtures/#{name}")
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
compare_linker-1.1.9 spec/support/load_fixture.rb
compare_linker-1.1.8 spec/support/load_fixture.rb
compare_linker-1.1.7 spec/support/load_fixture.rb
compare_linker-1.1.6 spec/support/load_fixture.rb
compare_linker-1.1.5 spec/support/load_fixture.rb
compare_linker-1.1.4 spec/support/load_fixture.rb
compare_linker-1.1.3 spec/support/load_fixture.rb
compare_linker-1.1.2 spec/support/load_fixture.rb
compare_linker-1.1.1 spec/support/load_fixture.rb