From 4f9d3f80c4f3910110235372647c1098769ffc62 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 27 Mar 2011 15:26:59 +0000 Subject: [PATCH] Moved calendar tests to unit/lib/redmine/helpers. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5226 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/{ => lib/redmine/helpers}/calendar_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/unit/{ => lib/redmine/helpers}/calendar_test.rb (96%) diff --git a/test/unit/calendar_test.rb b/test/unit/lib/redmine/helpers/calendar_test.rb similarity index 96% rename from test/unit/calendar_test.rb rename to test/unit/lib/redmine/helpers/calendar_test.rb index ac6a651ef..837523445 100644 --- a/test/unit/calendar_test.rb +++ b/test/unit/lib/redmine/helpers/calendar_test.rb @@ -15,7 +15,7 @@ # 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.expand_path('../../test_helper', __FILE__) +require File.expand_path('../../../../../test_helper', __FILE__) class CalendarTest < ActiveSupport::TestCase -- 2.39.5