Skip to content

Commit 4d15174

Browse files
committed
Fix typo in spec_helper.rb
1 parent 469d1c3 commit 4d15174

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)