Sha256: df273e7e22d353d43ac733e8db8b86b1324ebd1b0dc93c9d3817befd6ad6d00f
Contents?: true
Size: 560 Bytes
Versions: 17
Compression:
Stored size: 560 Bytes
Contents
gem_package "minitest" do action :nothing end.run_action(:upgrade) gem_package "minitest-chef-handler" do action :nothing end.run_action(:upgrade) require 'rubygems' Gem.clear_paths require 'minitest-chef-handler' path = File.join(Chef::Config[:cookbook_path], "**", "test", "test_*.rb") Chef::Log.info "path is #{path}, entries: #{Dir.glob(path).entries}" chef_handler "MiniTest::Chef::Handler" do source "minitest-chef-handler" arguments :path => path action :nothing end.run_action(:enable)
Version data entries
17 entries across 17 versions & 1 rubygems