Sha256: 7a151c2ab2f72d996de2b7d1825117a43a15220cba41643e9b20f858cc369d10
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
require File.expand_path('../../lib/mlb', __FILE__) 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mlb-0.4.0 | spec/spec_helper.rb |