Sha256: fae034de6e796d02abe75d35fd03e31a5ba616187add56b36ff9778a813dc2c8
Contents?: true
Size: 118 Bytes
Versions: 2
Compression:
Stored size: 118 Bytes
Contents
module FixturesHelper def fixture(fixture_path) open(File.join("spec", "fixtures", fixture_path)).read end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | spec/support/fixture_helper.rb |
g5_updatable-0.20.3.pre.1 | spec/support/fixture_helper.rb |