Skip to content

Commit b5bab70

Browse files
committed
Remove extraneous comments
1 parent e68cf69 commit b5bab70

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

tasks/integration.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
require 'rake'
2323

2424
#----------------------------------------------------------- integration tests
25-
# Integration tests. Kitchen.ci
2625
namespace :integration do
2726
begin
2827
require 'kitchen'
@@ -44,13 +43,3 @@
4443
end
4544

4645
task :integration => %w(integration:docker)
47-
48-
# where
49-
# integration:cloud
50-
# integration:local
51-
# integration:travis
52-
53-
# how
54-
# integration:docker
55-
# integration:vagrant
56-
# integration:parallels

tasks/spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
require 'rake'
2323

2424
#------------------------------------------------------------------ unit tests
25-
# TODO: from sudo cookbook
26-
# Rspec and ChefSpec
2725
desc 'Run ChefSpec examples'
2826
# task :chefspec => [:spec]
2927
RSpec::Core::RakeTask.new(:spec) do |t|

0 commit comments

Comments
 (0)