Skip to content

Commit 8266b9a

Browse files
[^] SimpleCov gem usages was improved
1 parent eb9a25c commit 8266b9a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec/spec_helper.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
require 'simplecov'
2-
SimpleCov.start
1+
begin
2+
require 'simplecov'
3+
SimpleCov.start
4+
rescue LoadError
5+
end
36

47
require 'rubygems'
58

0 commit comments

Comments
 (0)