###
# Copyright (c) 2012-2013, spline
# All rights reserved.
#
from supybot.test import *
class UrbanDictionaryTestCase(PluginTestCase):
plugins = ('UrbanDictionary',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: