Sha256: a90411c8d3d9051ffe887ae7294502d299eec9c21db212bf17e3080852fadfea
Contents?: true
Size: 242 Bytes
Versions: 3
Compression:
Stored size: 242 Bytes
Contents
unless ENV['CI'] require 'simplecov' SimpleCov.start end require 'mlb' require 'rspec' require 'webmock/rspec' def fixture_path File.expand_path("../../cache", __FILE__) end def fixture(file) File.new(fixture_path + '/' + file) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mlb-0.6.0 | spec/helper.rb |
mlb-0.5.9 | spec/helper.rb |
mlb-0.5.8 | spec/helper.rb |