** Testing Ruby code from previous projects(Enumerable-methods & Tic-tac-toe) using RSpec **
This project is one of the Ruby projects recommended by Microverse and The Odin Project
This project emphasizes testing Ruby code using RSpec.
- Darshan - Github Profile
- Fabien RAKOTOMAMPIANDRA - Github Profile
- Clone this repository.
- Run RSpec inside the project folder:
$ rspec spec/enumerable_methods_spec.rb $ rspec spec/tic-tac-toe_spec.rb