source: trunk/test/unit/HomeControllerTests.groovy @ 203

Last change on this file since 203 was 41, checked in by keesvb, 14 years ago

changed index and moved it to Home controller/view structure, put query and my studies in the top menu

File size: 239 bytes
Line 
1import grails.test.*
2
3class HomeControllerTests extends ControllerUnitTestCase {
4    protected void setUp() {
5        super.setUp()
6    }
7
8    protected void tearDown() {
9        super.tearDown()
10    }
11
12    void testSomething() {
13
14    }
15}
Note: See TracBrowser for help on using the repository browser.