5 lines
170 B
Scala
5 lines
170 B
Scala
|
package org.bigbluebutton.common2
|
||
|
|
||
|
import org.scalatest.{BeforeAndAfterAll, FlatSpec, Matchers}
|
||
|
|
||
|
class UnitSpec2 extends FlatSpec with Matchers with BeforeAndAfterAll
|