/ShowMeTheBestReply/test/unit/ArticleRankTests.groovy

http://showmethebestreply.googlecode.com/ · Groovy · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · f7cf86ecd09e936b1325551fb2f3cc58 MD5 · raw file

  1. import grails.test.*
  2. class ArticleRankTests extends GrailsUnitTestCase {
  3. protected void setUp() {
  4. super.setUp()
  5. }
  6. protected void tearDown() {
  7. super.tearDown()
  8. }
  9. void testSomething() {
  10. }
  11. }