test helper fix

This commit is contained in:
Alexander Meindl 2015-10-08 18:05:22 +02:00
parent b74d00f945
commit 779b8b2bf8

View File

@ -1,4 +1,5 @@
# Load the Redmine helper
require 'ci/reporter/rake/test_unit'
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
class RedmineTweaks::TestCase