# News ## 5.0.3 - 2016-12-19 {#version-5-0-3} ### Improvements * Converted documents to Markdown from Textile. [GitHub#10][Patch by takiy33] * Supported `file_fixture`. ### Thanks * takiy33 ## 5.0.2 - 2016-06-28 {#version-5-0-2} ### Improvements * Supported Rails applications that don't use Active Record. [GitHub#8][Patch by Akira Matsuda] ### Fixes * Fixed test failure. [Reported by Shita Koyanagi] ### Thanks * Shita Koyanagi * Akira Matsuda ## 5.0.1 - 2016-02-27 {#version-5-0-1} ### Fixes * Added missing files to gem. [GitHub#7][Patch by y-yagi] ### Thanks * y-yagi ## 5.0.0 - 2016-01-18 {#version-5-0-0} Rails 5 support release. ### Improvements * Supported Rails 5. * Required Rails 4 or later explicitly. [GitHub#5][Patch by Charles Lowell] ### Thanks * Charles Lowell ## 1.0.4 - 2014-09-07 {#version-1-0-4} Bug fixes release. ### 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). ## 1.0.3 - 2014-09-04 {#version-1-0-3} ### 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. ## 1.0.2 - 2012-07-05 {#version-1-0-2} ### Improvements * Supported Bundler 1.2.0.pre.1. [GitHub#1] [Reported by Michael D.W. Prendergast] ### Thanks * Michael D.W. Prendergast ## 1.0.1 - 2012-06-03 {#version-1-0-1} ### Improvements * Extracted ActiveSupport related codes into test-unit-activesupport gem and depended on it. ## 1.0.0 - 2012-1-2 {#version-1-0-0} The first release!!!