h1. News h2(#5-0-2). 5.0.2 - 2016-06-28 h2. Improvements * Supported Rails applications that don't use Active Record. [GitHub#8][Patch by Akira Matsuda] h2. Fixes * Fixed test failure. [Reported by Shita Koyanagi] h2. Thanks * Shita Koyanagi * Akira Matsuda h2(#5-0-1). 5.0.1 - 2016-02-27 h2. Fixes * Added missing files to gem. [GitHub#7][Patch by y-yagi] h2. Thanks * y-yagi h2(#5-0-0). 5.0.0 - 2016-01-18 Rails 5 support release. h2. Improvements * Supported Rails 5. * Required Rails 4 or later explicitly. [GitHub#5][Patch by Charles Lowell] h2. Thanks * Charles Lowell 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. After this version, test-unit-rails requires test-unit-activesupport 1.0.2 or later. In this version, test-unit-rails drops to support rails 3.2.16 or older. If you want to use this gem with Rails 3.2.16 or older, please use 1.0.2 version. h2(#1-0-2). 1.0.2 - 2012-07-05 h3. Improvements * Supported Bundler 1.2.0.pre.1. [GitHub#1] [Reported by Michael D.W. Prendergast] h3. Thanks * Michael D.W. Prendergast h2(#1-0-1). 1.0.1 - 2012-06-03 h3. Improvements * Extracted ActiveSupport related codes into test-unit-activesupport gem and depended on it. h2(#1-0-0). 1.0.0 - 2012-1-2 The first release!!!