publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
https://publiclab.org
GNU General Public License v3.0
957 stars 1.84k forks source link

Update and rename comment_test.rb to comment_system_test.rb to solve class name mismatch error #11683

Open yuzanawinnnn opened 7 months ago

yuzanawinnnn commented 7 months ago

Renamed the file comment_test.rb as comment_system_test.rb and change the classname by writing the code class CommentSystemTest < ApplicationSystemTestCase.

Fixes #11620

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

codeclimate[bot] commented 7 months ago

Code Climate has analyzed commit c58ec154 and detected 0 issues on this pull request.

View more on Code Climate.