Skip to content

Commit c764483

Browse files
committed
Merge pull request #475 from eregon/patch-1
Fix typo in spec_helper.rb
2 parents 469d1c3 + 4d15174 commit c764483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$VERBOSE = nil # suppress our deprecation warnings
22

3-
# wwe can't use our helpers here because we need to load the gem _after_ simplecov
3+
# we can't use our helpers here because we need to load the gem _after_ simplecov
44
unless RUBY_ENGINE == 'jruby' && 0 == (JRUBY_VERSION =~ /^9\.0\.0\.0/)
55
if ENV['COVERAGE'] || ENV['CI'] || ENV['TRAVIS']
66
require 'simplecov'

0 commit comments

Comments
 (0)