.simplecov: require English with capital E
On case-sensitive filesystems, require "english" will fail with "cannot load such file -- english"
This commit is contained in:
parent
c4cb1dd581
commit
e622116f27
@ -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__))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user