Skip to content

Commit 62c805e

Browse files
committed
Use strict
1 parent 32db78a commit 62c805e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test/test_helper.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
unless $PROGRAM_NAME.include?("mutant")
44
require "simplecov"
55

6-
SimpleCov.start do
7-
enable_coverage :branch
8-
enable_coverage :method
9-
minimum_coverage line: 100, branch: 100, method: 100
10-
end
6+
SimpleCov.start "strict"
117
end
128

139
require "minitest/autorun"

0 commit comments

Comments
 (0)