minitest-spec-rails
minitest-spec-rails copied to clipboard
:bento: Make Rails Use MiniTest::Spec!
This is really superficial; it won't really change a thing; it's just something that I thought looked more complex than it should.
The cheat sheet pdf seems to be missing. I've found it on [archive.org](https://web.archive.org/web/20210108011849/https://chriskottom.com/freebies/cheatsheets_free.pdf). Maybe this should be added directly to the repo in `/docs`?
I created a repo [here](https://github.com/jasonswett/leak_test) which reproduces the bug and gives reproduction instructions. I imagine that that's a sufficient explanation, but if not, I'm happy to explain further! I'm happy...
As demonstrated in this sample app: https://github.com/clinejj/flipper-prawn-minitest-spec-autoload When running the test suite (`bin/rails test`), there is an autoload deprecation warning shown in the console. This only occurs in the test...
Hello, I'm seeing an issue where the helper methods are returning undefined after upgrading to Rails 6.1 (there was no issue with Rails 6.0). I'm not seeing issues with other...