File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 22
22
require 'rake'
23
23
24
24
#----------------------------------------------------------- integration tests
25
- # Integration tests. Kitchen.ci
26
25
namespace :integration do
27
26
begin
28
27
require 'kitchen'
44
43
end
45
44
46
45
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
Original file line number Diff line number Diff line change 22
22
require 'rake'
23
23
24
24
#------------------------------------------------------------------ unit tests
25
- # TODO: from sudo cookbook
26
- # Rspec and ChefSpec
27
25
desc 'Run ChefSpec examples'
28
26
# task :chefspec => [:spec]
29
27
RSpec ::Core ::RakeTask . new ( :spec ) do |t |
You can’t perform that action at this time.
0 commit comments