I found some cases in the rspec that you could add to make the unit testing a bit more precise. I was able to pass all the unit tests with incorrect code. For example, if I merely filtered out elements > 9000 it still passed. So I took the liberty to add these three rspec tests.
I found some cases in the rspec that you could add to make the unit testing a bit more precise. I was able to pass all the unit tests with incorrect code. For example, if I merely filtered out elements > 9000 it still passed. So I took the liberty to add these three rspec tests.