Skip to content
Snippets Groups Projects
Commit e622116f authored by Bob W. Hogg's avatar Bob W. Hogg Committed by GitHub
Browse files

.simplecov: require English with capital E

On case-sensitive filesystems, require "english" will fail with "cannot load such file -- english"
parent c4cb1dd5
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
require "english"
require "English"
SimpleCov.start do
coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment