We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55629d8 + 57b9008 commit bc2f80aCopy full SHA for bc2f80a
test/test_helper.rb
@@ -1,6 +1,6 @@
1
if RUBY_PLATFORM != "java"
2
- require "codeclimate-test-reporter"
3
- CodeClimate::TestReporter.start
+ require 'simplecov'
+ SimpleCov.start
4
end
5
6
# Configure Rails Environment
0 commit comments