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

https://github.com/tedlivist/init-rspec


https://github.com/tedlivist/init-rspec

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Rspec Practice

> This is a basic practice of Rspec testing

> It contains tests for basic Calculator operations under #add, #subtract, #multiply and #divide methods

> The class being tested is contained in lib/calculator.rb

> The rspec file for the written tests is contained in spec/calcultor_spec.rb