Sha256: 19f1d8d0692031266b4e38b293034c6ab6a7decc39492647b5d515e39a42e5ff
Contents?: true
Size: 617 Bytes
Versions: 10
Compression:
Stored size: 617 Bytes
Contents
# Remember everything in this file will be loaded by Rake, don't make it too heavy... $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + '/../lib') # Default environment # Be aware that rake loads this boot file, so any attempt to change RACK_ENV by # setting ENV['RACK_ENV'] after that (eg. in spec_helper) will not work. RACK_ENV = ENV['RACK_ENV'] || 'development' unless defined? RACK_ENV # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) if File.exists?(ENV['BUNDLE_GEMFILE']) require 'bundler/setup' Bundler.require end require 'pact_broker'
Version data entries
10 entries across 10 versions & 1 rubygems