Skip to content

Instantly share code, notes, and snippets.

@mkotsbak
Created May 10, 2016 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkotsbak/92ea64bcf945ca05f56f14aceb458009 to your computer and use it in GitHub Desktop.
Save mkotsbak/92ea64bcf945ca05f56f14aceb458009 to your computer and use it in GitHub Desktop.
Specs2 testcase Option with match macro
"test test" in {
case class Test(a: Int)
Some(Test(1)) must beSome[Test].matching.a(1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment