diff --git a/Rakefile b/Rakefile index 52d2dfd..fc4e5b8 100644 --- a/Rakefile +++ b/Rakefile @@ -43,7 +43,7 @@ end task :rubocop do if RUBY_VERSION >= '1.9.2' - raise unless system('rubocop') + system('rubocop') end end