Why does the following code fails:
session.getGameId should be 10
with this error
';' expected but integer literal found.
However this one doesn't fail
session.getGameId should be(10)
Does it have to do with the way that the apply
method is called