blob: e39c9be9d8e949044391313dbf0684774b0407c3 [file] [log] [blame]
from nose.tools import assert_true
from allura.tests import decorators as td
from alluratest.controller import TestController
class TestRootController(TestController):
@td.with_tracker
def test_index(self):
response = self.app.get('/bugs/')
assert_true('bugs' in response)