Skip to content

Commit d7d06d1

Browse files
committed
Add test kitchen configuration to Thorfile
1 parent 2633f2f commit d7d06d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Thorfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ begin
1010
rescue LoadError
1111
puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV["CI"]
1212
end
13+
14+
begin
15+
require 'kitchen/thor_tasks'
16+
Kitchen::ThorTasks.new
17+
rescue LoadError
18+
puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV['CI']
19+
end

0 commit comments

Comments
 (0)