mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-22 19:42:02 +01:00
11 lines
194 B
Ruby
11 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
|