Sha256: d1a2cb64f07e821c3b84b9899d2d5713c98a519d53c2f27f03dfad960fe3a0df

Contents?: true

Size: 489 Bytes

Versions: 16

Compression:

Stored size: 489 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 }

# Avoid writing "describe LocalPac::MyClass do [..]" but "describe MyClass do [..]"
include ProxyPacRb

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
proxy_pac_rb-0.3.8 spec/spec_helper.rb
proxy_pac_rb-0.3.7 spec/spec_helper.rb
proxy_pac_rb-0.3.6 spec/spec_helper.rb
proxy_pac_rb-0.3.4 spec/spec_helper.rb
proxy_pac_rb-0.3.3 spec/spec_helper.rb
proxy_pac_rb-0.3.2 spec/spec_helper.rb
proxy_pac_rb-0.3.0 spec/spec_helper.rb
proxy_pac_rb-0.2.6 spec/spec_helper.rb
proxy_pac_rb-0.2.5 spec/spec_helper.rb
proxy_pac_rb-0.2.4 spec/spec_helper.rb
proxy_pac_rb-0.2.3 spec/spec_helper.rb
proxy_pac_rb-0.2.2 spec/spec_helper.rb
proxy_pac_rb-0.2.1 spec/spec_helper.rb
proxy_pac_rb-0.2.0 spec/spec_helper.rb
proxy_pac_rb-0.0.3 spec/spec_helper.rb
proxy_pac_rb-0.0.2 spec/spec_helper.rb