amita-roy / Enumerable_Methods

In this project, We have implemented our own version of Ruby’s enumerable methods.
3 stars 1 forks source link

Enumerable method testing #2

Closed amita-roy closed 4 years ago

amita-roy commented 4 years ago

Added testing for the following enumerable methods:

My Each My Each with Index My None My Any My All My Count My Select My Inject My Map

amita-roy commented 4 years ago
  1. I have updated the the README with test steps and a gif
  2. I have added the test with invalid input for negative tests