doc/text/news.textile in test-unit-rails-1.0.3 vs doc/text/news.textile in test-unit-rails-1.0.4
- old
+ new
@@ -1,6 +1,18 @@
h1. News
+h2(#1-0-4). 1.0.4 - 2014-09-07
+
+Bug fixes release.
+
+h3. Fixes
+
+ * Used the correct class to be extended for running tests by @Test::Unit@ .
+ @ActiveSupport::TestCase@ is used now but before @Test::Unit::TestCase@ was.
+ @ActiveSupport::TestCase@ (but @TestUnit::TestCase@ ) is inherited
+ by @ActionController::TestCase@ (for controller tests) and
+ @ActionDispatch::IntegrationTest@ (for integration tests).
+
h2(#1-0-3). 1.0.3 - 2014-09-04
h3. Improvements
* Supported Rails 4.0.0.