require_relative '../../test_helper.rb'

class ModTemplate_test < MiniTest::Unit::TestCase

	def test_default_exception_message
		e = Rubysermon::ModTemplateException.new
		assert_equal("Method not implemented", e.message)
	end

end