mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
10 lines
194 B
Ruby
10 lines
194 B
Ruby
# encoding: utf-8
|
|
|
|
require 'bundler'
|
|
require 'bundler/setup'
|
|
require 'thor/foodcritic'
|
|
|
|
require 'kitchen_sharedtests'
|
|
require 'kitchen/sharedtests_thor_tasks'
|
|
|
|
Kitchen::SharedtestsThorTasks.new
|