Skip to content

Commit

Permalink
[bundler/bundler] Remove another 1.8.7 specific bit
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Aug 20, 2019
1 parent 5ea0888 commit bcc4ac9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 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 = []
Expand Down

0 comments on commit bcc4ac9

Please sign in to comment.