Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olaishola05/test-driven-development
TDD
https://github.com/olaishola05/test-driven-development
Last synced: about 1 month ago
JSON representation
TDD
- Host: GitHub
- URL: https://github.com/olaishola05/test-driven-development
- Owner: olaishola05
- License: mit
- Created: 2022-04-15T06:21:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T09:17:09.000Z (over 2 years ago)
- Last Synced: 2024-10-27T20:05:18.672Z (2 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Test_Driven_Development-maroon)
# Test Driven Development
> This is a practice in writing test driven development app in Ruby for solving algorithms like: factorial, reverse string, fizzbuzz.## Built With
- Major language
- Ruby
- RSpec- Technologies used
```bash
- Git(version control)
```### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Ruby](https://www.ruby-lang.org/en/downloads/)### Usage
#### Clone this repository
```bash
git clone
$ https://github.com/netman5/Test-Driven-Development.git
$ cd test-driven-development
```## To get started-:
- Run `bundle install` to install the dependencies
- run `test rspec` to test the files.
- Run `rubocop` to find and fix linters## Author
👤 **Ola Ishola**
- GitHub: [@netman5](https://github.com/netman5)
- Twitter: [@Orlaish](https://twitter.com/Orlaish)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ola-ishola/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/netman5/Test-Driven-Development/issues)
# Acknowledgements
- I would like to thank my code reviewers for their valuable feedback.## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/microverseinc/readme-template/blob/master/MIT.md) licensed.