aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/notes_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/application/rake/notes_test.rb')
-rw-r--r--railties/test/application/rake/notes_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb
index f4e74deb83..e121d6f1ab 100644
--- a/railties/test/application/rake/notes_test.rb
+++ b/railties/test/application/rake/notes_test.rb
@@ -2,7 +2,7 @@ require "isolation/abstract_unit"
module ApplicationTests
module RakeTests
- class RakeNotesTest < Test::Unit::TestCase
+ class RakeNotesTest < ActiveSupport::TestCase
def setup
build_app
require "rails/all"