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