# File lib/plugins/tf/text_output.rb, line 45 def test_processed test, status, msg if status puts "#{GREEN}# #{msg}#{RESET}" else puts "#{RED}# #{msg}#{RESET}" end end