Sha256: 2b034802428eb10ade1170288fe1f7339c7d2618fdcd24a074af88bf01171f46

Contents?: true

Size: 620 Bytes

Versions: 4

Compression:

Stored size: 620 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

$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

4 entries across 4 versions & 1 rubygems

Version Path
proxy_pac_rb-3.0.0 spec/spec_helper.rb
proxy_pac_rb-2.1.0 spec/spec_helper.rb
proxy_pac_rb-2.0.0 spec/spec_helper.rb
proxy_pac_rb-1.0.0 spec/spec_helper.rb