From 17d660fd4b8516d6b446f7c41d7b076a29a242a1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 17:44:38 -0400 Subject: Added comment deleting Also I seem to have fixed the JS errors that were preventing the fancy stuff in the admin panel from working. --- test/controllers/admin/comments_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/controllers/admin/comments_controller_test.rb (limited to 'test/controllers') diff --git a/test/controllers/admin/comments_controller_test.rb b/test/controllers/admin/comments_controller_test.rb new file mode 100644 index 0000000..33f1a47 --- /dev/null +++ b/test/controllers/admin/comments_controller_test.rb @@ -0,0 +1,8 @@ +require "test_helper" + +class Admin::CommentsControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get admin_comments_index_url + assert_response :success + end +end -- cgit 1.4.1