test/lib/rubysermon/output_driver_template_test.rb
cbb610ae
 require_relative '../../test_helper.rb'
 
 class OutputDriverTemplate_test < MiniTest::Unit::TestCase
 
 	def test_exception_messages
 		e = Rubysermon::ModTemplateException.new
 		assert_equal("Method not implemented", e.message)
 	end
 
 end