module NodeSpec::VerboseOutput

Public Instance Methods

verbose_puts(msg) click to toggle source
# File lib/nodespec/verbose_output.rb, line 5
def verbose_puts(msg)
  puts msg if NodeSpec::RunOptions.verbose?
end