aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_unicode_database_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/multibyte_unicode_database_test.rb')
-rw-r--r--activesupport/test/multibyte_unicode_database_test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/test/multibyte_unicode_database_test.rb b/activesupport/test/multibyte_unicode_database_test.rb
index fb415e08d3..405c7c2108 100644
--- a/activesupport/test/multibyte_unicode_database_test.rb
+++ b/activesupport/test/multibyte_unicode_database_test.rb
@@ -1,11 +1,7 @@
# encoding: utf-8
-
require 'abstract_unit'
-uses_mocha "MultibyteUnicodeDatabaseTest" do
-
class MultibyteUnicodeDatabaseTest < Test::Unit::TestCase
-
def setup
@ucd = ActiveSupport::Multibyte::UnicodeDatabase.new
end
@@ -24,5 +20,3 @@ class MultibyteUnicodeDatabaseTest < Test::Unit::TestCase
end
end
end
-
-end \ No newline at end of file