Sha256: bf19f1048c5844c0f863077cbc312cc5685b39a28fcb064d8b1e5277bee9c36a

Contents?: true

Size: 405 Bytes

Versions: 18

Compression:

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

include ProxyTester

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
proxy_tester-0.1.10 spec/spec_helper.rb
proxy_tester-0.1.8 spec/spec_helper.rb
proxy_tester-0.1.6 spec/spec_helper.rb
proxy_tester-0.1.5 spec/spec_helper.rb
proxy_tester-0.1.4 spec/spec_helper.rb
proxy_tester-0.1.3 spec/spec_helper.rb
proxy_tester-0.1.2 spec/spec_helper.rb
proxy_tester-0.1.1 spec/spec_helper.rb
proxy_tester-0.1.0 spec/spec_helper.rb
proxy_tester-0.0.9 spec/spec_helper.rb
proxy_tester-0.0.8 spec/spec_helper.rb
proxy_tester-0.0.7 spec/spec_helper.rb
proxy_tester-0.0.6 spec/spec_helper.rb
proxy_tester-0.0.5 spec/spec_helper.rb
proxy_tester-0.0.4 spec/spec_helper.rb
proxy_tester-0.0.3 spec/spec_helper.rb
proxy_tester-0.0.2 spec/spec_helper.rb
proxy_tester-0.0.1 spec/spec_helper.rb