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.
1 parent 6ec5f2a commit 2c80728Copy full SHA for 2c80728
test/test_helper.rb
@@ -1,5 +1,7 @@
1
-require "codeclimate-test-reporter"
2
-CodeClimate::TestReporter.start
+if RUBY_PLATFORM != "java"
+ require "codeclimate-test-reporter"
3
+ CodeClimate::TestReporter.start
4
+end
5
6
# Configure Rails Environment
7
ENV["RAILS_ENV"] = "test"
0 commit comments