timestamper/test/integration/PunchcardDialogTests.groovy

11 lines
159 B
Groovy
Raw Normal View History

import griffon.util.IGriffonApplication
class PunchcardDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}