From 835af696703484208882a70cc5dd47c5838ecf58 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 17:10:34 -0400 Subject: Added blog post commenting --- test/controllers/comments_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/controllers/comments_controller_test.rb (limited to 'test/controllers') diff --git a/test/controllers/comments_controller_test.rb b/test/controllers/comments_controller_test.rb new file mode 100644 index 0000000..3bcb0dc --- /dev/null +++ b/test/controllers/comments_controller_test.rb @@ -0,0 +1,8 @@ +require "test_helper" + +class CommentsControllerTest < ActionDispatch::IntegrationTest + test "should get create" do + get comments_create_url + assert_response :success + end +end -- cgit 1.4.1