Project

General

Profile

« Previous | Next » 

Revision 22ae257b

Added by Ohad Levy about 12 years ago

  • ID 22ae257b678e24626ea8800b99207388638ba754

ensure that bundler loads after our custom gem requirements

View differences:

config/application.rb
require File.expand_path('../boot', __FILE__)
root = File.expand_path(File.dirname(__FILE__) + "/..")
require 'rails/all'
......
$puppet = Puppet.settings.instance_variable_get(:@values) if Rails.env == "test"
SETTINGS[:login] ||= SETTINGS[:ldap]
require File.expand_path('../boot', __FILE__)
begin
if SETTINGS[:unattended]
Bundler.setup(:virt)

Also available in: Unified diff