1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 03:33:07 +00:00

Fix admin_controller tests

This commit is contained in:
Holger Just 2010-08-22 22:43:01 +02:00
parent 82807c0250
commit a7313dd2db

View File

@ -15,6 +15,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../config/boot'
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
require File.dirname(__FILE__) + '/../test_helper'
require 'admin_controller'