https://github.com/orozcoding/tdd-project
https://github.com/orozcoding/tdd-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orozcoding/tdd-project
- Owner: orozCoding
- Created: 2022-04-14T14:50:05.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-14T17:28:08.000Z (over 3 years ago)
- Last Synced: 2025-03-28T05:16:57.439Z (9 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD Project
## General information
In this project we implemented a class with some methods by doing test-driven development (TDD).
Available classes:
- Solver
Available Methods:
- factorial
- reverse
- fizzbuzz
## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple steps.
### Install
- Install a local copy up and running follow these simple steps.
```bash
$ https://github.com/orozCoding/tdd-project.git
$ cd tdd-project
$ bundle install
```
- Install Ruby
- Install Rspec
### Run tests
- Run `rspec spec` command from the root directory.
```
$ rspec spec
```
## Authors
👤 **Aniekan udo**
- GitHub: [@Anny85-code](https://github.com/Anny85-code)
- Twitter: [@Annyudo8](https://twitter.com/Anny_udo8)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aniekan-udo-665b65213/)
-
👤 **Tekle Gebreyohannes**
- GitHub: [@gtekle](https://github.com/gtekle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gtekle)
👤 **Angel Orozco**
- GitHub: [@orozCoding](https://github.com/orozcoding)
- Twitter: [@orozCoding](https://twitter.com/orozcoding)
- LinkedIn: [Angel Orozco](linkedin.com/in/angel-orozco)
## 🤝 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
- Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.