summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 22:03:26 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 07:58:46 +0900
commitbcc4ac924d495d74d5ce56c7d4c735a1df320220 (patch)
tree3ac72dccf79cef680acbcfb01445f4bc28e504db /spec
parent5ea08883cfc90e05e5fb76e1e10cee1818a40c9e (diff)
[bundler/bundler] Remove another 1.8.7 specific bit
https://github.com/bundler/bundler/commit/8c7942d2c6
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/quality_es_spec.rb5
1 files changed, 0 insertions, 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 = []