Skip to content

Commit

Permalink
Revert "Disable false positive of RuboCop"
Browse files Browse the repository at this point in the history
This reverts commit bdb343d.
  • Loading branch information
yujinakayama committed Jul 6, 2013
1 parent 6df1ece commit 878d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 878d2e3

Please # to comment.