From be4bd9455f03d7b161e6677f1c26512a1e47993b Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 19 Jun 2011 16:12:26 +0000 Subject: Minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework. WWW: http://rubygems.org/gems/minitest --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 4785c0b43a23..5d7dea4a47b5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3273,6 +3273,7 @@ SUBDIR += rubygem-main SUBDIR += rubygem-mash SUBDIR += rubygem-metaid + SUBDIR += rubygem-minitest SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config -- cgit