from floof.tests import *

class TestCommentsController(TestController):

    def test_nothing(self):
        # Can't stub out testing comments.  Need to actually
        # post one for anything in the controller to make
        # sense.
        pass
        #response = self.app.get(url(controller='comments', action='index'))
        # Test response...
