9 lines
141 B
Groovy
9 lines
141 B
Groovy
|
package org.bigbluebutton.web.controllers
|
||
|
|
||
|
class PresentationControllerTests extends GroovyTestCase {
|
||
|
|
||
|
void testSomething() {
|
||
|
|
||
|
}
|
||
|
}
|