You can try developing a class using TDD
- Ruby
To get a local copy up and running follow these simple example steps.
1- Navigate to the button on the top right green "code" button.
2- In the drop down menu choose "Download Zip" or clone it using git using the following command.
$ git clone git@github.com:ShadyShawkat/TDD-Project.git
3- After extracting the files, you'll have my project on your local machine.
To run the tests, you need to follow these simple steps:
1- Navigate to the project directory using the following command.
$ cd TDD-Project
2- Install Rspec gem using the following command.
$ gem install rspec
3 Finally, to run the tests you need to run the following command.
$ rspec
👤 Khusiima Luke Masaba
- GitHub: @Lucas-Masaba
- Twitter: @MasabaLuke
- LinkedIn: Khusiima Luke Masaba
👤 Shady Shawkat
- GitHub: @ShadyShawkat
- Twitter: @ShadyShawkat3
- LinkedIn: Shady Shawkat
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.