We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 469d1c3 + 4d15174 commit c764483Copy full SHA for c764483
spec/spec_helper.rb
@@ -1,6 +1,6 @@
1
$VERBOSE = nil # suppress our deprecation warnings
2
3
-# wwe can't use our helpers here because we need to load the gem _after_ simplecov
+# we can't use our helpers here because we need to load the gem _after_ simplecov
4
unless RUBY_ENGINE == 'jruby' && 0 == (JRUBY_VERSION =~ /^9\.0\.0\.0/)
5
if ENV['COVERAGE'] || ENV['CI'] || ENV['TRAVIS']
6
require 'simplecov'
0 commit comments