diff options
| author | Bob W. Hogg | 2017-02-18 14:35:02 -0800 |
|---|---|---|
| committer | GitHub | 2017-02-18 14:35:02 -0800 |
| commit | e622116f277b49eec59f663417210c1770dd8c5a (patch) | |
| tree | 30e1097918afd0d59f159be7a2caf950f9dabbb8 /Library | |
| parent | c4cb1dd5813e5a2413238593d00d4475d4ba1a73 (diff) | |
| download | brew-e622116f277b49eec59f663417210c1770dd8c5a.tar.bz2 | |
.simplecov: require English with capital E
On case-sensitive filesystems, require "english" will fail with "cannot load such file -- english"
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/.simplecov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/.simplecov b/Library/Homebrew/.simplecov index 952bb466b..f74aec72e 100755 --- a/Library/Homebrew/.simplecov +++ b/Library/Homebrew/.simplecov @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require "english" +require "English" SimpleCov.start do coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__)) |
