Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
So that the spec can be run in isolation.
  • Loading branch information
deivid-rodriguez committed Apr 22, 2019
1 parent 3a82a69 commit c3b917c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/quality_spec.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "set"

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")
Expand Down

0 comments on commit c3b917c

Please sign in to comment.