Skip to content

Commit

Permalink
Update Rakefile Rubocop task for the new class name
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 authored and Rockstar04 committed Jul 6, 2015
1 parent 48854c2 commit 21a349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 21a349a

Please sign in to comment.