activerecord-hackery / ransack

Object-based searching.
https://activerecord-hackery.github.io/ransack/
MIT License
5.61k stars 782 forks source link

Bug report templates use Minitest #1464

Open scarroll32 opened 7 months ago

scarroll32 commented 7 months ago

@deivid-rodriguez the bug report templates use Minittest which the Ransack tests are written in RSpec.

I hadn't previously noticed the Bug report templates but I think they are a great idea, especially if failing tests in the bug report templates could be added to the Ransack specs as part of a correcting PR.

Just wondering why they are in Minitest, and is there any reason that they should be converted to RSpec?