Skip to content

Instantly share code, notes, and snippets.

@adamw
Created January 7, 2020 07:04
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 adamw/32f55905a4d6e28cad6d36e3511a3ded to your computer and use it in GitHub Desktop.
Save adamw/32f55905a4d6e28cad6d36e3511a3ded to your computer and use it in GitHub Desktop.
it should "add 1 point" in {
import Example2._
PointsLogic.calculatePointsIncrease(15) shouldBe 16
}
it should "add 3 points" in {
import Example2._
PointsLogic.calculatePointsIncrease(16) shouldBe 19
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment