Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 853 Bytes

File metadata and controls

27 lines (17 loc) · 853 Bytes

Testing Ruby Code

** 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

Technology used

This project emphasizes testing Ruby code using RSpec.

Contributors

Instructions

  1. Clone this repository.
  2. Run RSpec inside the project folder:
    $ rspec spec/enumerable_methods_spec.rb
    
    $ rspec spec/tic-tac-toe_spec.rb