Created
January 7, 2020 07:04
-
-
Save adamw/32f55905a4d6e28cad6d36e3511a3ded to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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