I just shipped a small update to SpecsFor that improves the partial-matching story when dealing with dates. [more] Prior to this update, if you wanted to see if a DateTime value was “near” the current time, you had to do something like this: obj.ShouldLookLike(() => new TestObject { DateTimeValue = Some.ValueInRange(DateTime.Now.AddSeconds(-1), DateTime.Now) }) With version…

Read More