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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/binary_test.rb b/activerecord/test/binary_test.rb
index e3b4e7ea05..27f4881e50 100644
--- a/activerecord/test/binary_test.rb
+++ b/activerecord/test/binary_test.rb
@@ -8,6 +8,10 @@ class BinaryTest < Test::Unit::TestCase
Binary.connection.execute 'DELETE FROM binaries'
@data = File.read(BINARY_FIXTURE_PATH).freeze
end
+
+ def test_truth
+ assert true
+ end
# Without using prepared statements, it makes no sense to test
# BLOB data with SQL Server, because the length of a statement is