minitest-rails icon indicating copy to clipboard operation
minitest-rails copied to clipboard

Minitest integration for Rails

Results 6 minitest-rails issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot from 2022-07-21 10-55-20](https://user-images.githubusercontent.com/18314910/180231318-01f290f3-e570-4fb8-8a9c-c471adc28029.png) 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...