allura
Revision | a572ccee6cfa344b50cc95a7544f0834935adb8d (tree) |
---|---|
Time | 2012-07-11 12:41:51 |
Author | Dave Brondsema <dbrondsema@geek...> |
Commiter | Dave Brondsema |
[#4272] delete unnecessary test file
@@ -1,12 +0,0 @@ | ||
1 | -from nose.tools import assert_true | |
2 | - | |
3 | -from allura.tests import decorators as td | |
4 | -from alluratest.controller import TestController | |
5 | - | |
6 | - | |
7 | -class TestRootController(TestController): | |
8 | - @td.with_tracker | |
9 | - def test_index(self): | |
10 | - response = self.app.get('/bugs/') | |
11 | - assert_true('bugs' in response) | |
12 | - |