Sha256: 3ebfc28a5115ad2729ba15eac87b20d07fb113fe3f9be856245d5745b95da6b3
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# encoding: utf-8 $LOAD_PATH << ::File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.command_name 'rspec' SimpleCov.start # Pull in all of the gems including those in the `test` group require 'bundler' Bundler.require :default, :test, :development # Loading support files Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f } Dir.glob(::File.expand_path('../support/**/*.rb', __FILE__)).each { |f| require_relative f } # Avoid writing "describe LocalPac::MyClass do [..]" but "describe MyClass do [..]" include ProxyPacRb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxy_pac_rb-0.4.0 | spec/spec_helper.rb |