Sha256: d15a70454a41b606d5c26ae4aada0eaaa82908b1e842e2402cd05e8b38abbdec
Contents?: true
Size: 278 Bytes
Versions: 4
Compression:
Stored size: 278 Bytes
Contents
module Spec module Fixtures def tmp(path) File.expand_path("../../tmp/#{path}", __FILE__) end def fixture(path) File.expand_path("../../fixtures/#{path}", __FILE__) end def read_fixture(path) File.read fixture(path) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redpomo-0.0.9 | spec/support/fixtures.rb |
redpomo-0.0.8 | spec/support/fixtures.rb |
redpomo-0.0.7 | spec/support/fixtures.rb |
redpomo-0.0.6 | spec/support/fixtures.rb |