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:
parent
5ea08883cf
commit
bcc4ac924d
1 changed files with 0 additions and 5 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue