From 959d29f4e7799d17cdb0c3c9a7e0d49392c1e177 Mon Sep 17 00:00:00 2001 From: Koduri Saikiran Date: Tue, 8 Apr 2025 20:03:22 +0530 Subject: [PATCH] Fix class mismatch by renaming file and updating class name --- .../{comment_test.rb => comment_system_test.rb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..42e31a3a52 100644 --- a/test/comment_system_tests/comment_test.rb +++ b/test/comment_system_tests/comment_system_test.rb @@ -1,8 +1,8 @@ -require 'test_helper' +class CommentSystemTest < ApplicationSystemTestCaseclass CommentSystemTest < ApplicationSystemTestCaserequire 'test_helper' 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