From 130edec103a0937493465c1cfcbb17928716bc4e Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Mon, 14 Jan 2013 13:43:44 +0000 Subject: [PATCH] Be more confident about Test::Unit support [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d14902b..5d57852 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ so that you can do: ## Testing -Draper supports RSpec and Minitest::Rails out of the box, and should work with Test::Unit as well. +Draper supports RSpec, MiniTest::Rails, and Test::Unit, and will add the appropriate tests when you generate a decorator. ### RSpec