Sha256: 351e1e26f1a8a2e95031a4ec5b310ace2a4be80d8e81a888a61a247e16740ab8

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true
$LOAD_PATH << File.expand_path('../../lib', __FILE__)

# 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 }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proxy_pac_rb-3.0.0 templates/test_framework/rspec/spec_helper.rb
proxy_pac_rb-2.1.0 templates/test_framework/rspec/spec_helper.rb
proxy_pac_rb-2.0.0 templates/test_framework/rspec/spec_helper.rb
proxy_pac_rb-1.0.0 templates/test_framework/rspec/spec_helper.rb