diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8e515d8a..ef94fe77 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -18,7 +18,7 @@ if ENV['CODECLIMATE_REPO_TOKEN'] require 'codeclimate-test-reporter' CodeClimate::TestReporter.start -else +elsif RUBY_PLATFORM != 'java' require 'simplecov' SimpleCov.start('rails') end