test coverage reports

This commit is contained in:
Adam Spiers
2014-01-31 18:30:30 +00:00
parent cb7b1b038a
commit 3feb8567c6

View File

@@ -37,3 +37,10 @@ RSpec.configure do |config|
config.run_all_when_everything_filtered = true
config.filter_run :focus => true
end
# FIXME
#running_guard = ENV['GUARD_NOTIFY'] && ! ENV['GUARD_NOTIFY'].empty?
if false # ! running_guard
at_exit { ChefSpec::Coverage.report! }
end