From 8e84b1a48f49919806650baad353f3abd70ef1f4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 30 Nov 2014 15:16:43 +0000 Subject: Moved helpers for integration tests in a specific class. git-svn-id: http://svn.redmine.org/redmine/trunk@13680 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/layout_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/layout_test.rb') diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb index b4f472a75..91c16c364 100644 --- a/test/integration/layout_test.rb +++ b/test/integration/layout_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class LayoutTest < ActionDispatch::IntegrationTest +class LayoutTest < Redmine::IntegrationTest fixtures :projects, :trackers, :issue_statuses, :issues, :enumerations, :users, :issue_categories, :projects_trackers, -- cgit v1.2.3