Sha256: f11a4edfc9757faf620c4db7222b66932c09a8b84aab46dac2900a9d192e8395
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.start require 'gems' require 'rspec' require 'webmock/rspec' def a_get(path) a_request(:get, 'https://rubygems.org' + path) end def stub_get(path) stub_request(:get, 'https://rubygems.org' + path) end def fixture_path File.expand_path('../fixtures', __FILE__) end def fixture(file) File.new(fixture_path + '/' + file) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gems-0.0.4 | spec/helper.rb |
gems-0.0.3 | spec/helper.rb |
gems-0.0.2 | spec/helper.rb |