Programming Ruby 3.2 (5th Edition): B1.0 page 271, wrong command

@noelrappin

page 271, first line, running the test

Instead of

$ ruby spec/finder_spec.rb

should be

$ rspec spec/aaagmnr/finder_spec.rb

Correct, thanks! Fixed!