An open API service indexing awesome lists of open source software.

https://github.com/mutalis/get-missing-numbers-in-array

Get missing numbers in an Array.
https://github.com/mutalis/get-missing-numbers-in-array

rspec ruby testing

Last synced: about 1 month ago
JSON representation

Get missing numbers in an Array.

Awesome Lists containing this project

README

          

# Engineering Team Homework

1. Write a ruby method that given an array of unsorted numbers returns the missing number(s) in the natural range for that array.

2. Write some rspec unit tests for the method you created for #1.

Command to execute the tests:

```bash
bin/rspec --format doc
```

:smile: