summaryrefslogtreecommitdiffstats
path: root/test/helpers/application_helper_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-07-15 16:37:03 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-07-15 16:37:03 +0000
commitb0348fa72a421f87b9670b24c0b039840a08d4a1 (patch)
tree58f713c99141919c9bd09dec32d647b00a5425d6 /test/helpers/application_helper_test.rb
parent752fbb160c6fb2b3c896e3a6729004c59bee04f9 (diff)
downloadredmine-b0348fa72a421f87b9670b24c0b039840a08d4a1.tar.gz
redmine-b0348fa72a421f87b9670b24c0b039840a08d4a1.zip
remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_with_timestamp
git-svn-id: http://svn.redmine.org/redmine/trunk@19906 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r--test/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index b33d7c287..606941736 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -1537,7 +1537,7 @@ class ApplicationHelperTest < Redmine::HelperTest
def test_render_page_hierarchy_with_timestamp
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]}
result = render_page_hierarchy(pages_by_parent_id, nil, :timestamp => true)
assert_select_in(
result, 'ul.pages-hierarchy li a[title=?]',