Merge pull request #2056 from rwhogg/patch-1
.simplecov: require English with capital E
This commit is contained in:
commit
cd2dd2a544
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
require "english"
|
require "English"
|
||||||
|
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__))
|
coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user