summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
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 d7a3abbd..0b6e65ee 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -628,7 +628,7 @@ class NodesControllerTest < ActionController::TestCase
628 test "chapters renders the curated heading" do 628 test "chapters renders the curated heading" do
629 login_as :quentin 629 login_as :quentin
630 get :chapters 630 get :chapters
631 assert_select "h1", "Chapters" 631 assert_select "h1", "Dezentrale"
632 end 632 end
633 633
634 test "sitemap collapses configured paths but leaves others open" do 634 test "sitemap collapses configured paths but leaves others open" do