Skip to content

Instantly share code, notes, and snippets.

@pawelpanasewicz
Created December 24, 2015 13:17
Show Gist options
  • Select an option

  • Save pawelpanasewicz/ad7580ba2974aab85716 to your computer and use it in GitHub Desktop.

Select an option

Save pawelpanasewicz/ad7580ba2974aab85716 to your computer and use it in GitHub Desktop.

Revisions

  1. pawelpanasewicz created this gist Dec 24, 2015.
    13 changes: 13 additions & 0 deletions Spec.scala
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    package infrastructure

    import org.scalatest.prop.PropertyChecks
    import org.scalatest._

    class Spec
    extends FreeSpec
    with MustMatchers
    with DiagrammedAssertions
    with PropertyChecks
    with TryValues
    with OptionValues
    with AppendedClues