rbp-book
rbp-book copied to clipboard
must "return false when parsing #{y}" ... should be "return true"
on pages 36 and 37 of rbp_1-0.pdf, the tests say:
must "return false when parsing #{y}" do
where they should say
must "return true when parsing #{y}" do
that is, "true" instead of "false"