minitest-rails
minitest-rails copied to clipboard
Minitest integration for Rails
Hi there, thank you for this awesome gem. It seems to me that there is a problem with this gem's website. - [link](https://blowmage.com/minitest-rails) - result:  I...
before matching Minitest::Spec: ``` describe "bar" do it "baz" do puts 1 end end ``` run via `ruby -n bar_test.rb 'bar#test_0001_baz'` after matching ActiveSupport::TestCase: ``` describe "bar", :model do it...
Support Rails 7.2 [Rails 7.2](https://github.com/rails/rails/releases/tag/v7.2.0) was released a few weeks ago. This PR upgrades minitest-rails accordingly. Note that Rails 7.2 bumped the minimum Ruby version from 2.7 to 3.1, so...
I don't see the value and I'm tired of waiting for its slow ass. Maybe turn it back on Also disabled the wiki since it talks about ruby 1.9
I'm trying to figure this out in order to get out a release but I'm operating in a bit of a vacuum here. If the answer is yes, why do...