Very much liking NCrunch, but having problems with odd failures and passes.
Getting a pass for both the following MSpec tests:
It should_give_a_message_of__Columns_must_be_greater_than_0__ = () => the_exception.ShouldBeNull();
It should_give_an_argument_exception = () => the_exception.ShouldBeOfType<ArgumentException>();
Example at this git commit:
https://github.com/i-e-b...1a28ba3a575526112884f04
Have got quite a few incorrect fails where NCrunch is failing to see a change, requiring a full clean & rebuild to get tests running.
Thanks.
P.S. This forum system is terrible.