Sha256: cb28799fb1a5d69e5c4db20d836d26f99affd3d6a3ed53b70f8091ec91b1b5a6

Contents?: true

Size: 357 Bytes

Versions: 3

Compression:

Stored size: 357 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_group 'Libraries', 'lib'
end

require File.expand_path('../../lib/mlb', __FILE__)

require 'rspec'
require 'webmock/rspec'
RSpec.configure do |config|
  config.include WebMock::API
end

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.5.2 spec/spec_helper.rb
mlb-0.5.1 spec/spec_helper.rb
mlb-0.5.0 spec/spec_helper.rb