11 lines
155 B
Groovy
Executable File
11 lines
155 B
Groovy
Executable File
import griffon.util.IGriffonApplication
|
|
|
|
class TimeStamperTests extends GroovyTestCase {
|
|
|
|
IGriffonApplication app
|
|
|
|
void testSomething() {
|
|
|
|
}
|
|
}
|