fedux-org/proxy_pac_rb

View on GitHub
templates/test_framework/rspec/spec_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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 }