maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
721 stars 119 forks source link

Add support for minitest tests #254

Closed andreionut closed 6 years ago

andreionut commented 9 years ago

I had similar problems like some users outlined here: https://github.com/maltize/sublime-text-2-ruby-tests/issues/64

I've also improved the generation of the test_name by choosing the second match group as it will be just the name of the test in quotes.