don't fail test even if rubocop detects some offence

This commit is contained in:
muratayusuke
2013-06-19 16:41:12 +00:00
committed by thilko
parent 1563814cb0
commit bf248cd645

View File

@@ -43,7 +43,7 @@ end
task :rubocop do
if RUBY_VERSION >= '1.9.2'
raise unless system('rubocop')
system('rubocop')
end
end