from floof.tests import *

class TestTagController(TestController):

    def test_nothing(self):
        # Tag controller only does things.  Doesn't show things yet.
        pass
        #response = self.app.get(url(controller='tag', action='index'))
        # Test response...
