]> source.dussan.org Git - redmine.git/commitdiff
Need to require net/ldap in tests (#18192).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 28 Oct 2014 18:29:44 +0000 (18:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 28 Oct 2014 18:29:44 +0000 (18:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13521 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/test_helper.rb

index 20f7d50dedbfaef7dd0a01fc447392f051c7d397..3534c57469eb3c59df4dd672dcae62506c6cf9eb 100644 (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