turn-project / turn

Turn provides a set of alternative runners for MiniTest, both colorful and informative.
https://rubygems.org/gems/turn
MIT License
416 stars 67 forks source link

Minimal test case for issue #111. Illustrates that autorun plus test nam... #114

Closed carols10cents closed 11 years ago

carols10cents commented 11 years ago

...e filtering is not working.

Also adds a test that shows using /bin/turn and name filtering DOES work.

The failing tests show that the autorun and name filtering does not work independent of whether your tests are minitest style or minispec style.

I started trying to fix this but wasn't having much luck finding my way around the code, so I decided submitting this test case was better than nothing :(