minitest-tags 0.0.5
when you invode the it method that coming with Minitest::Spec, you can tag a test case by the words that quoted by parenthesis, then specify the tag at your rake task, and the test case related to this tag will be invoked
Gemfile:
=
install:
=
Versions:
- 0.0.5 April 25, 2012 (6 KB)
- 0.0.4 June 09, 2011 (5.5 KB)
- 0.0.3 June 09, 2011 (3.5 KB)
- 0.0.2 June 09, 2011 (4.5 KB)
Development Dependencies (1):
minitest
~> 2.2.2