bigbluebutton-Github/bbb-lti/test/unit/org/bigbluebutton/BigbluebuttonServiceSpec.groovy
2014-08-28 10:13:40 -04:00

21 lines
376 B
Groovy

package org.bigbluebutton
import grails.test.mixin.TestFor
import spock.lang.Specification
/**
* See the API for {@link grails.test.mixin.services.ServiceUnitTestMixin} for usage instructions
*/
@TestFor(BigbluebuttonService)
class BigbluebuttonServiceSpec extends Specification {
def setup() {
}
def cleanup() {
}
void "test something"() {
}
}