Sha256: b7af2b24f4d49a2c50e6d5850f5d253cdfd6862752cb3907c8e662105d32e50e
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
require 'minitest-chef-handler' path = File.expand_path('{test/test_*,spec/*_spec}.rb', File.dirname(__FILE__)) cache = File.expand_path('cache', File.dirname(__FILE__)) report_handlers << MiniTest::Chef::Handler.new(:path => path) cookbook_path File.expand_path('cookbooks', File.dirname(__FILE__)) log_location 'chef.log' cache_options({ :path => cache, :skip_expires => true }) file_cache_path cache
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minitest-chef-handler-0.6.9 | examples/simple-solo/solo.rb |
minitest-chef-handler-0.6.8 | examples/simple-solo/solo.rb |