1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Remove another 1.8.7 specific bit

https://github.com/bundler/bundler/commit/8c7942d2c6
This commit is contained in:
David Rodríguez 2019-08-17 22:03:26 +02:00 committed by Hiroshi SHIBATA
parent 5ea08883cf
commit bcc4ac924d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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 = []