Sha256: 6178f8b5ffe7a38a68bdceb58623e97458b6c63eeafe0ab5517feb547fdae8bb
Contents?: true
Size: 149 Bytes
Versions: 16
Compression:
Stored size: 149 Bytes
Contents
module Fixtures def fixture_file(file) path = File.expand_path(File.join(__FILE__, '..', '..', 'fixtures', file)) IO.read path end end
Version data entries
16 entries across 16 versions & 2 rubygems