hi, liking shouldly so far, but my error messages do not look they do in the examples so i'm wondering if i'm doing something wrong. for example:
var something = 10;
something.ShouldBe(9);
I was expecting an error message of "something should be 9 but was 10" but what i get is "9
should be
10
but was not"