From 752fbb160c6fb2b3c896e3a6729004c59bee04f9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 15 Jul 2020 16:36:55 +0000 Subject: [PATCH] remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_when_action_is_export git-svn-id: http://svn.redmine.org/redmine/trunk@19905 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 90ed78513..b33d7c287 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1552,7 +1552,7 @@ class ApplicationHelperTest < Redmine::HelperTest def test_render_page_hierarchy_when_action_is_export parent_page = WikiPage.find(1) child_page = WikiPage.find_by(parent_id: parent_page.id) - pages_by_parent_id = { nil => [parent_page], parent_page.id => [child_page] } + pages_by_parent_id = {nil => [parent_page], parent_page.id => [child_page]} # Change controller and action using stub controller.stubs(:controller_name).returns('wiki') -- 2.39.5