CS1632_Spring2018
CS1632_Spring2018 copied to clipboard
Typo in CS1632_Lecture6_UnitTesting.pdf
On the slide for "Minitest Assertions", instead of assert_equals it should be assert_equal for Ruby.
-brv11
Likewise, on slide 19, refute_equals should be refute_equal.
Also, on slide 18, assert_true should just be assert, and on slide 19, refute_true should just be refute.