summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-01 00:03:48 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-01 00:03:52 -0300
commit5998e683e90f30e9de93c45aa01a9f0d91b28c73 (patch)
tree67a537ce9517ad4480f4fd00a89fe2c6141361a0 /test
parent97888f5f91f9675ef2f7809fe1cb423abf6099c8 (diff)
downloadhighline-5998e683e90f30e9de93c45aa01a9f0d91b28c73.tar.gz
Require 'English' for rubocop autofixed files
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 48c0ff0..79fa1fb 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
# coding: utf-8
+require "English"
+
# Run code coverage only for mri
require 'simplecov' if RUBY_ENGINE == 'ruby'