From 21a349a118d7c7b0b63092059d71a9ee718337e5 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 25 Nov 2014 22:22:48 -0800 Subject: [PATCH] Update Rakefile Rubocop task for the new class name --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f2901562e..a1af58dab 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ require 'kitchen' # Style tests. Rubocop and Foodcritic namespace :style do desc 'Run Ruby style checks' - Rubocop::RakeTask.new(:ruby) + RuboCop::RakeTask.new(:ruby) desc 'Run Chef style checks' FoodCritic::Rake::LintTask.new(:chef) do |t|