Skip to content

Commit 57b9008

Browse files
committed
update codeclimate test reporter
1 parent 55629d8 commit 57b9008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if RUBY_PLATFORM != "java"
2-
require "codeclimate-test-reporter"
3-
CodeClimate::TestReporter.start
2+
require 'simplecov'
3+
SimpleCov.start
44
end
55

66
# Configure Rails Environment

0 commit comments

Comments
 (0)