Rakefile in kitchen-ec2-1.3.2 vs Rakefile in kitchen-ec2-1.4.0
- old
+ new
@@ -11,10 +11,10 @@
sh "countloc -r lib/kitchen lib/kitchen.rb"
puts "\n## Test Code Stats"
sh "countloc -r spec features"
end
-require "finstyle"
+require "chefstyle"
require "rubocop/rake_task"
RuboCop::RakeTask.new(:style) do |task|
task.options << "--display-cop-names"
end