Ruby “test/unit” , how do I display the messages in asserts
问题 I have assertions in place in my ruby script. Each of these assertions also has a message to describe the assertion. So I have two questions revolving around this I want the messages associated with each assert to display as the test progresses. Currently the Message only displays when any thing fails The entire test exits when any assertion fails. How do i make the tests continue even if one assertion fails? Sample code that i am using assert_match("hey", "hey this is a test", "The word