Sha256: 5ed10e7dbff0846ec3c530b8331f68061be8a345bc2e3f0fb786f55a4fc19426
Contents?: true
Size: 137 Bytes
Versions: 2
Compression:
Stored size: 137 Bytes
Contents
module Fixtures module IVLE def read_fixture(name) File.read(File.dirname(__FILE__) + "/api/#{name}") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
IVLE-0.0.2 | spec/fixtures/ivle.rb |
IVLE-0.0.1 | spec/fixtures/ivle.rb |