bigbluebutton-Github/bigbluebutton-web/test/integration/VolunteerOttawaServiceTests.groovy
Richard Alam 98dc0bc272 - bringing bigbluebutton-web into trunk
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1190 af16638f-c34d-0410-8cfa-b39d5352b314
2009-04-01 16:53:45 +00:00

15 lines
253 B
Groovy

import VolunteerOttawaService
class VolunteerOttawaServiceTests extends GroovyTestCase {
VolunteerOttawaService voService
void setUp() {
voService = new VolunteerOttawaService()
}
void testSomething() {
assert voService != null
}
}