From 5f634e1d2d2545792c819d7c8fed06ceac59f6e2 Mon Sep 17 00:00:00 2001 From: Ahamed Ayyash <147072227+ayyash1@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:49:54 +0500 Subject: [PATCH] Update and rename comment_test.rb to comment_system_test.rb The rename is intended to provide a clearer and more descriptive context for the tests contained within the file. This is my first contribution to an open-source project, and I am excited to be a part of this community! I welcome any feedback on this change. --- .../{comment_test.rb => comment_system_test.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/comment_system_tests/{comment_test.rb => comment_system_test.rb} (99%) diff --git a/test/comment_system_tests/comment_test.rb b/test/comment_system_tests/comment_system_test.rb similarity index 99% rename from test/comment_system_tests/comment_test.rb rename to test/comment_system_tests/comment_system_test.rb index 3a7f991441..18981bdb07 100644 --- a/test/comment_system_tests/comment_test.rb +++ b/test/comment_system_tests/comment_system_test.rb @@ -2,7 +2,7 @@ require "application_system_test_case" # https://guides.rubyonrails.org/testing.html#implementing-a-system-test -class CommentTest < ApplicationSystemTestCase +class CommentSystemTest < ApplicationSystemTestCase Capybara.default_max_wait_time = 60 def setup