from floof.tests import *

class TestGalleryController(TestController):

    def test_nothing(self):
        # Main gallery browse page doesn't exist yet.
        pass
        #response = self.app.get(url(controller='gallery', action='index'))
        # Test response...
