Skip to content

Instantly share code, notes, and snippets.

@okaminu
Last active October 1, 2020 07:48
Show Gist options
  • Save okaminu/dda609dae50d3279cd7862101693a8c9 to your computer and use it in GitHub Desktop.
Save okaminu/dda609dae50d3279cd7862101693a8c9 to your computer and use it in GitHub Desktop.
Pirate Greeter Spec
class GreeterSpec extends org.specs2.mutable.Specification {
"Should greet like a pirate" >> {
Greeter.greet(true) must beEqualTo("Ahoy")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment