minitest-excludes version 1.0.1 has been released!
Published 2012-02-22 @ 14:04
minitest/excludes.rb extends MiniTest::Unit::TestCase to provide a clean API for excluding certain tests you don’t want to run under certain conditions.
Changes:
1.0.1 / 2012-02-22
-
2 bug fixes:
- Fixed instance_eval for better error reporting. (headius)
- Use undef_method to wipe tests brought in via modules. (headius)