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
This commit is contained in:
Toshi MARUYAMA
2020-07-15 16:37:03 +00:00
parent 752fbb160c
commit b0348fa72a

View File

@@ -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=?]',