aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/readonly_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/readonly_test.rb')
-rwxr-xr-xactiverecord/test/readonly_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/readonly_test.rb b/activerecord/test/readonly_test.rb
index 584eb735fe..6bac42e468 100755
--- a/activerecord/test/readonly_test.rb
+++ b/activerecord/test/readonly_test.rb
@@ -11,7 +11,7 @@ def Comment.foo() find :first end
def Project.foo() find :first end
-class ReadOnlyTest < Test::Unit::TestCase
+class ReadOnlyTest < ActiveSupport::TestCase
fixtures :posts, :comments, :developers, :projects, :developers_projects
def test_cant_save_readonly_record