timestamper/test/integration/NotesDialogTests.groovy

11 lines
155 B
Groovy

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