summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-03 17:12:34 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-03 17:12:34 +0200
commit84657fa9d633a7d3e20c10645589061ecebeee3f (patch)
treef4bda793d90193db5002d0f2848dc441e9c65c11 /test/controllers/nodes_controller_test.rb
parenta74e40be88cd1331155c967656e393618e88cd27 (diff)
Render dates, booleans and counts through the locale files
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
-rw-r--r--test/controllers/nodes_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb
index f15be067..27c28cfe 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -671,7 +671,7 @@ class NodesControllerTest < ActionController::TestCase
671 erfas_details = erfas_node_div.next_element 671 erfas_details = erfas_node_div.next_element
672 672
673 assert_equal 'details', erfas_details.name 673 assert_equal 'details', erfas_details.name
674 assert_match "2 descendants", erfas_details.at_css('summary').text 674 assert_match I18n.t("nodes.sitemap.descendants", :count => 2), @response.body
675 end 675 end
676 676
677 test "sitemap shows Show and Create Child, not Revisions" do 677 test "sitemap shows Show and Create Child, not Revisions" do