summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 18:04:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 18:04:56 +0200
commit50ca5e40f461290a2db7452b95f80dd3188dba1d (patch)
tree2d94b44463afa35ef6cab73b8aac70c38c4cc0bf /test/controllers/nodes_controller_test.rb
parentd5883869e97244335370d54e21ef46b3f1885899 (diff)
Rename layout classes to what they actually do
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 d7771081..de536278 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -261,7 +261,7 @@ class NodesControllerTest < ActionController::TestCase
261 node = create_node_with_published_page 261 node = create_node_with_published_page
262 get :show, params: { :id => node.id } 262 get :show, params: { :id => node.id }
263 assert_response :success 263 assert_response :success
264 assert_select "div.node_content", :text => "Test", :count => 2 264 assert_select "div.layout_row_content", :text => "Test", :count => 2
265 end 265 end
266 266
267 test "unlocking a locked node" do 267 test "unlocking a locked node" do