Sha256: bac26bba59f0e3879b8ebe98ca53a8ff170f6ac415a770aea6e50862b7b18c59
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
unless ENV['CI'] require 'simplecov' SimpleCov.start do add_filter 'spec' end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mlb-0.6.1 | spec/helper.rb |