Sha256: 24a9c30d845b8e37d8bdfe9dbf35901dcda56daf8b6d975cbac8ff5872e77b8b
Contents?: true
Size: 340 Bytes
Versions: 5
Compression:
Stored size: 340 Bytes
Contents
require 'coveralls' Coveralls.wear! $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'octoparts' require 'pry' require 'test/unit' require 'webmock/test_unit' require 'vcr' VCR.configure do |c| c.cassette_library_dir = 'test/fixtures/vcr' c.hook_into :webmock c.allow_http_connections_when_no_cassette = true end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
octoparts-0.0.9 | test/helper.rb |
octoparts-0.0.8 | test/helper.rb |
octoparts-0.0.7 | test/helper.rb |
octoparts-0.0.6 | test/helper.rb |
octoparts-0.0.5 | test/helper.rb |