aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/binary_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/binary_test.rb')
-rw-r--r--activerecord/test/binary_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/binary_test.rb b/activerecord/test/binary_test.rb
index 6ab272fe25..f89660e4e1 100644
--- a/activerecord/test/binary_test.rb
+++ b/activerecord/test/binary_test.rb
@@ -10,7 +10,7 @@ require 'abstract_unit'
unless current_adapter?(:SQLServerAdapter, :SybaseAdapter, :DB2Adapter, :FirebirdAdapter)
require 'fixtures/binary'
- class BinaryTest < Test::Unit::TestCase
+ class BinaryTest < ActiveSupport::TestCase
FIXTURES = %w(flowers.jpg example.log)
def test_load_save