From 878d2e307e8d1d41cb170a0568394ddd88fc2c3a Mon Sep 17 00:00:00 2001 From: Yuji Nakayama Date: Sat, 6 Jul 2013 13:42:02 +0900 Subject: [PATCH] Revert "Disable false positive of RuboCop" This reverts commit bdb343d791b8d537a9e601a4b73976c6924c9f37. --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f97e307..7128513 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -14,7 +14,7 @@ if ENV['TRAVIS'] require 'coveralls' SimpleCov.formatter = Coveralls::SimpleCov::Formatter -elsif ENV['CI'] # rubocop:disable IfUnlessModifier +elsif ENV['CI'] require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter end