summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/require_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/kernel/require_spec.rb')
-rw-r--r--spec/ruby/core/kernel/require_spec.rb2
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