plots2
plots2 copied to clipboard
Update and rename comment_test.rb to comment_system_test.rb to solve class name mismatch error
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!
- [x] PR is descriptively titled 📑 and links the original issue above 🔗
- [x] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with
rake test - [x] code is in uniquely-named feature branch and has no merge conflicts 📁
- [x] screenshots/GIFs are attached 📎 in case of UI updation
- [x] ask
@publiclab/reviewersfor help, in a comment below
Code Climate has analyzed commit c58ec154 and detected 0 issues on this pull request.
View more on Code Climate.