Sha256: 2f92b7e553239ca39216d38b1cb6663fab49750ff2cf7f95031ec4a37d67978f

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

require 'simplecov'
SimpleCov.start
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.5.7 spec/helper.rb