/ShowMeTheBestReply/test/unit/ArticleRankTests.groovy
http://showmethebestreply.googlecode.com/ · Groovy · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · f7cf86ecd09e936b1325551fb2f3cc58 MD5 · raw file
- import grails.test.*
- class ArticleRankTests extends GrailsUnitTestCase {
- protected void setUp() {
- super.setUp()
- }
- protected void tearDown() {
- super.tearDown()
- }
- void testSomething() {
- }
- }