1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-02 21:59:39 +00:00

Need to require net/ldap in tests (#18192).

git-svn-id: http://svn.redmine.org/redmine/trunk@13521 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-10-28 18:29:44 +00:00
parent e88513967f
commit cb2cd12dad

View File

@ -25,6 +25,7 @@ require File.expand_path(File.dirname(__FILE__) + '/object_helpers')
include ObjectHelpers
require 'awesome_nested_set/version'
require 'net/ldap'
class ActionView::TestCase
helper :application