From bcc4ac924d495d74d5ce56c7d4c735a1df320220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 17 Aug 2019 22:03:26 +0200 Subject: [PATCH] [bundler/bundler] Remove another 1.8.7 specific bit https://github.com/bundler/bundler/commit/8c7942d2c6 --- spec/bundler/quality_es_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/bundler/quality_es_spec.rb b/spec/bundler/quality_es_spec.rb index a01e88d71a..4238ac7452 100644 --- a/spec/bundler/quality_es_spec.rb +++ b/spec/bundler/quality_es_spec.rb @@ -1,10 +1,5 @@ # frozen_string_literal: true -if defined?(Encoding) && Encoding.default_external.name != "UTF-8" - # An approximation of ruby -E UTF-8, since it works on 1.8.7 - Encoding.default_external = Encoding.find("UTF-8") -end - RSpec.describe "La biblioteca si misma" do def check_for_expendable_words(filename) failing_line_message = []