aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
diff options
context:
space:
mode:
authorRolf Timmermans <r.timmermans@voormedia.com>2011-03-13 16:21:18 +0100
committerRolf Timmermans <r.timmermans@voormedia.com>2011-03-13 17:03:45 +0100
commit56a0cba7bedea46bb01f7f9e8db9398aeeac950b (patch)
treea8b8b9665e2130a5ff8f61af9ff6cd1e83eb6410 /activesupport/test/multibyte_chars_test.rb
parente75774e216a4e1ba875511dc7d182133c36719aa (diff)
downloadrails-56a0cba7bedea46bb01f7f9e8db9398aeeac950b.tar.gz
rails-56a0cba7bedea46bb01f7f9e8db9398aeeac950b.tar.bz2
rails-56a0cba7bedea46bb01f7f9e8db9398aeeac950b.zip
Missing dependency in MultiByte test.
Diffstat (limited to 'activesupport/test/multibyte_chars_test.rb')
-rw-r--r--activesupport/test/multibyte_chars_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb
index 6ebbfdf334..bfff10fff2 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -1,6 +1,7 @@
# encoding: utf-8
require 'abstract_unit'
require 'multibyte_test_helpers'
+require 'active_support/core_ext/string/multibyte'
class String
def __method_for_multibyte_testing_with_integer_result; 1; end