diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2023-04-25 17:27:57 +0200 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2023-04-25 17:27:57 +0200 |
| commit | 82995d4615e993f1d13f3e826b93fbd65c47e19e (patch) | |
| tree | 1fbec547e11c7781149988b66684780fc18156bf /spec/ruby/core | |
| parent | e3d05001edf0326b24a06f0ec6cdc156663e3bf0 (diff) | |
| download | ruby-82995d4615e993f1d13f3e826b93fbd65c47e19e.tar.gz | |
Update to ruby/spec@7f6ca5b
Diffstat (limited to 'spec/ruby/core')
| -rw-r--r-- | spec/ruby/core/kernel/require_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/kernel/require_spec.rb b/spec/ruby/core/kernel/require_spec.rb index 76f6c381db..896afb840a 100644 --- a/spec/ruby/core/kernel/require_spec.rb +++ b/spec/ruby/core/kernel/require_spec.rb @@ -26,7 +26,7 @@ describe "Kernel#require" do features = out.lines.map { |line| File.basename(line.chomp, '.*') } # Ignore CRuby internals - features -= %w[encdb transdb] + features -= %w[encdb transdb windows_1252] features.reject! { |feature| feature.end_with?('-fake') } features.sort.should == provided.sort |
