Skip to content

Commit

Permalink
Load missing dependency for Test Kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Aug 3, 2023
1 parent fedb268 commit 51a6c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -14,6 +14,7 @@ desc 'Run all style checks'
task 'style:all' => ['style:ruby']

require 'kitchen/rake_tasks'
require 'thor' # https://github.com/inspec/inspec/pull/5388
Kitchen::RakeTasks.new

task default: %w(kitchen:all style:all)

0 comments on commit 51a6c06

Please sign in to comment.