aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_i18n_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-05 17:01:45 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-05 17:05:44 -0800
commitfd918fe5eda59e2ab081662827fc87868e6b70f2 (patch)
tree6d10560ea9313929f04943397ad4f0740075eaa9 /actionpack/test/template/date_helper_i18n_test.rb
parent5d09d395dee38e2bdd182fd117f20917dab30d48 (diff)
downloadrails-fd918fe5eda59e2ab081662827fc87868e6b70f2.tar.gz
rails-fd918fe5eda59e2ab081662827fc87868e6b70f2.tar.bz2
rails-fd918fe5eda59e2ab081662827fc87868e6b70f2.zip
AP tests should inherit from AS::TestCase
Diffstat (limited to 'actionpack/test/template/date_helper_i18n_test.rb')
-rw-r--r--actionpack/test/template/date_helper_i18n_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/template/date_helper_i18n_test.rb b/actionpack/test/template/date_helper_i18n_test.rb
index d45215acfd..e3d3d5ff77 100644
--- a/actionpack/test/template/date_helper_i18n_test.rb
+++ b/actionpack/test/template/date_helper_i18n_test.rb
@@ -1,6 +1,6 @@
require 'abstract_unit'
-class DateHelperDistanceOfTimeInWordsI18nTests < Test::Unit::TestCase
+class DateHelperDistanceOfTimeInWordsI18nTests < ActiveSupport::TestCase
include ActionView::Helpers::DateHelper
attr_reader :request
@@ -71,7 +71,7 @@ class DateHelperDistanceOfTimeInWordsI18nTests < Test::Unit::TestCase
end
end
-class DateHelperSelectTagsI18nTests < Test::Unit::TestCase
+class DateHelperSelectTagsI18nTests < ActiveSupport::TestCase
include ActionView::Helpers::DateHelper
attr_reader :request