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