Sha256: ef58c5ea485e70a87ecdf71704e16fc14538e2b13ca44bdd1b33b121ca5d53b7
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 Bytes
Contents
# encoding: utf-8 $LOAD_PATH << File.expand_path('../../lib', __FILE__) # Set the rack environment to `test` ENV["RACK_ENV"] = "test" # Pull in all of the gems including those in the `test` group require 'bundler' Bundler.require :default, :test, :development require 'local_pac/spec_helper' Dir.glob(File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f } include LocalPac
Version data entries
14 entries across 14 versions & 1 rubygems