Sha256: e063c835cea78f796c80caa525e623a3abc7a4ed103b8f696d18ceaa17ba4957
Contents?: true
Size: 177 Bytes
Versions: 24
Compression:
Stored size: 177 Bytes
Contents
def read_test_data_fixture(name) File.read(test_data_fixture_path(name)) end def test_data_fixture_path(name) File.join(File.dirname(__FILE__), '..', 'fixtures', name) end
Version data entries
24 entries across 24 versions & 2 rubygems