Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadyshawkat/tdd-project
https://github.com/shadyshawkat/tdd-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadyshawkat/tdd-project
- Owner: ShadyShawkat
- Created: 2022-03-09T19:14:36.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-10T13:55:24.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T08:16:46.726Z (almost 2 years ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TDD Project
> You can try developing a class using TDD
## Built With
- Ruby
## Getting Started
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.
~~~bash
$ git clone [email protected]:ShadyShawkat/TDD-Project.git
~~~
3- After extracting the files, you'll have my project on your local machine.## Tests
To run the tests, you need to follow these simple steps:
1- Navigate to the project directory using the following command.
~~~bash
$ cd TDD-Project
~~~
2- Install Rspec gem using the following command.
~~~bash
$ gem install rspec
~~~
3 Finally, to run the tests you need to run the following command.
~~~bash
$ rspec
~~~## Authors
👤 **Khusiima Luke Masaba**
- GitHub: [@Lucas-Masaba](https://github.com/Lucas-Masaba)
- Twitter: [@MasabaLuke](https://twitter.com/MasabaLuke)
- LinkedIn: [Khusiima Luke Masaba](https://linkedin.com/in/khusiima-luke-masaba)👤 **Shady Shawkat**
- GitHub: [@ShadyShawkat](https://github.com/ShadyShawkat)
- Twitter: [@ShadyShawkat3](https://twitter.com/ShadyShawkat3)
- LinkedIn: [Shady Shawkat](https://linkedin.com/in/Shady-Shawkat)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.