from floof.tests import *

class TestRelationController(TestController):

    def test_index(self):
        response = self.app.get(url(controller='relation', action='index'))
        # Test response...
