Jan
16th
Wed
16th
CanSpec.scala: An Example of BDD in Scala with Spec
"A Can" can {
"be created from a Option. It is Empty if the option is None" in {
Can(None) mustBe Empty
}
}