aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/config/boot.rb
blob: 074f5557181e22ec99ca5fdb9aaeabb3eb9e1836 (plain) (blame)
1
2
3
4
5
6
require 'rubygems'
gemfile = File.expand_path("../../../../Gemfile", __FILE__)

ENV['BUNDLE_GEMFILE'] = gemfile
require 'bundler'
Bundler.setup