Chapter 13 - Unit Testing
Exercise 1: Test assertions
We had a Minitest::Test
subclass with a couple failing assertions. Here’s the same test, corrected so it’s passing:
Running the test produces this successful output:
We had a Minitest::Test
subclass with a couple failing assertions. Here’s the same test, corrected so it’s passing:
Running the test produces this successful output: