From 72c85a15146973ac93076c3c7b0d090e1f93304e Mon Sep 17 00:00:00 2001 From: "Peter M. Goldstein" Date: Tue, 3 Jun 2014 10:52:08 -0700 Subject: [PATCH] Update Rubocop to RuboCop --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 0f42a90..127a31c 100644 --- a/Rakefile +++ b/Rakefile @@ -7,10 +7,10 @@ task :test => :spec begin require 'rubocop/rake_task' - Rubocop::RakeTask.new + RuboCop::RakeTask.new rescue LoadError task :rubocop do - $stderr.puts 'Rubocop is disabled' + $stderr.puts 'RuboCop is disabled' end end