aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/helper.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-06 15:18:12 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-06 15:50:47 -0800
commitb15d2c0708b78ee1c8ad6958022214bda18bdbae (patch)
tree514d2005aa2c25514b17c40882a5c416025e152f /activemodel/test/cases/helper.rb
parenta58fb105e73837dd9b20a4f2f78ec45d49db4442 (diff)
downloadrails-b15d2c0708b78ee1c8ad6958022214bda18bdbae.tar.gz
rails-b15d2c0708b78ee1c8ad6958022214bda18bdbae.tar.bz2
rails-b15d2c0708b78ee1c8ad6958022214bda18bdbae.zip
require minitest rather than test/unit
Diffstat (limited to 'activemodel/test/cases/helper.rb')
-rw-r--r--activemodel/test/cases/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/helper.rb b/activemodel/test/cases/helper.rb
index 2e860272a4..4347b17cbc 100644
--- a/activemodel/test/cases/helper.rb
+++ b/activemodel/test/cases/helper.rb
@@ -10,4 +10,4 @@ require 'active_support/core_ext/string/access'
# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true
-require 'test/unit'
+require 'minitest/autorun'