geekelo / dsa_practice

This repo is maintained just for the purpose of daily data structures and algorithm practice and proficiency
1 stars 0 forks source link

About rspec for unit testing #37

Open geekelo opened 1 month ago

geekelo commented 1 month ago

RSpec: RSpec is a behavior-driven development (BDD) framework for Ruby that is commonly used for unit testing Ruby on Rails applications. It provides a rich DSL (Domain-Specific Language) for describing expected behavior in a human-readable format, making it easier to write expressive and maintainable tests.