Channel creation.
[TownSquare.git] / townsquare / tests / functional / test_channel.py
blobb9ca5e2a64baf59d104eacebdeff09b30181fa30
1 from townsquare.tests import *
3 class TestChannelController(TestController):
5 def test_index(self):
6 response = self.app.get(url(controller='channel', action='index'))
7 # Test response...