Rakefile in kitchen-hyperv-0.5.0 vs Rakefile in kitchen-hyperv-0.5.1

- old
+ new

@@ -11,16 +11,9 @@ end desc "Run all test suites" task :test => [:unit] -desc "Display LOC stats" -task :stats do - puts "\n## Production Code Stats" - sh "countloc -r lib" - puts "\n## Test Code Stats" - sh "countloc -r spec" -end task :default => [:test] begin require "github_changelog_generator/task"