https://github.com/tedlivist/init-rspec
https://github.com/tedlivist/init-rspec
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/init-rspec
- Owner: TedLivist
- Created: 2021-05-11T18:00:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T12:47:17.000Z (about 5 years ago)
- Last Synced: 2023-03-10T05:02:27.310Z (over 3 years ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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