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