Skip to content

Commit

Permalink
Disable false positive of RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jun 3, 2013
1 parent 29f4b95 commit bdb343d
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']
elsif ENV['CI'] # rubocop:disable IfUnlessModifier
require 'simplecov-rcov'
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
end
Expand Down

0 comments on commit bdb343d

Please # to comment.