mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
Missing dependency in MultiByte test.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user