Feb. 3, 2014
6:37 a.m.
Please use #assert:equals (that won't change the result though :-)) On Feb 1, 2014 12:04 AM, "Sebastian Sastre" <sebastian@flowingconcept.com> wrote:
self assert: Date today = Date today.
today := Date today translateTo: 2 hours. self assert: today = Date today
Is this right?