Sha256: 4462cf5d977c781fe7780f750a11966705613c016a0762c9a67882dc4c85ff47

Contents?: true

Size: 590 Bytes

Versions: 26

Compression:

Stored size: 590 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, :debug

# 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

26 entries across 26 versions & 1 rubygems

Version Path
proxy_pac_rb-0.9.1 spec/spec_helper.rb
proxy_pac_rb-0.8.2 spec/spec_helper.rb
proxy_pac_rb-0.8.1 spec/spec_helper.rb
proxy_pac_rb-0.8.0 spec/spec_helper.rb
proxy_pac_rb-0.7.0 spec/spec_helper.rb
proxy_pac_rb-0.6.9 spec/spec_helper.rb
proxy_pac_rb-0.6.8 spec/spec_helper.rb
proxy_pac_rb-0.6.7 spec/spec_helper.rb
proxy_pac_rb-0.6.5 spec/spec_helper.rb
proxy_pac_rb-0.6.4 spec/spec_helper.rb
proxy_pac_rb-0.6.3 spec/spec_helper.rb
proxy_pac_rb-0.6.2 spec/spec_helper.rb
proxy_pac_rb-0.6.1 spec/spec_helper.rb
proxy_pac_rb-0.6.0 spec/spec_helper.rb
proxy_pac_rb-0.5.10 spec/spec_helper.rb
proxy_pac_rb-0.5.9 spec/spec_helper.rb
proxy_pac_rb-0.5.8 spec/spec_helper.rb
proxy_pac_rb-0.5.7 spec/spec_helper.rb
proxy_pac_rb-0.5.6 spec/spec_helper.rb
proxy_pac_rb-0.5.5 spec/spec_helper.rb