mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2b500a000
commit
aa1bf14f9c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class TestComprehensiveCaseFold < Test::Unit::TestCase
|
|||
def self.expand_filename(basename)
|
||||
File.expand_path("#{UNICODE_DATA_PATH}/#{basename}.txt", __dir__)
|
||||
end
|
||||
|
||||
|
||||
def self.data_files_available?
|
||||
%w[UnicodeData CaseFolding SpecialCasing].all? do |f|
|
||||
File.exist?(expand_filename(f))
|
||||
|
|
Loading…
Reference in a new issue