diff --git a/Rakefile b/Rakefile index 2079321..bd08477 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,7 @@ end begin require 'rubocop/rake_task' desc 'Run rubocop' - Rubocop::RakeTask.new(:rubocop) + RuboCop::RakeTask.new(:rubocop) rescue LoadError end