The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
- Major languages: Ruby v3.0
- Testing Library: Rubocop, RSPec
To get a local copy up and running follow these simple example steps.
In order to work with this project. You need to have basic understanding of Ruby.
- git clone
https://github.com/skyv26/TDD-Ruby.git
In order to start the project properly please install the project dependicies by using below command
- bundle install
In order to run your project use below command
- ruby solver.rb
- rubocop
- rspec spec
👤 Aakash Verma
- GitHub: @skyv26
- Twitter: @vrma_aakash
- LinkedIn: dev.aakashv
👤 Walter Okumu
- GitHub: @WalterOkumu
- Twitter: @OkumuOriaro
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Database connectivity
Give a ⭐️ if you like this project!
This project is MIT licensed.