https://github.com/arnaudband/ruby_tdd
Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)
https://github.com/arnaudband/ruby_tdd
rspec-testing rubocop-configuration ruby ruby-gem
Last synced: about 2 months ago
JSON representation
Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)
- Host: GitHub
- URL: https://github.com/arnaudband/ruby_tdd
- Owner: ArnaudBand
- License: apache-2.0
- Created: 2022-08-11T18:18:29.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-08-11T21:20:16.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:03:22.662Z (3 months ago)
- Topics: rspec-testing, rubocop-configuration, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Ruby_TDD
> Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)
## Built With
- **Ruby**
- Vs code
- Rubocop
- Gemfile
- Rspec## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Ruby should be install in your machine.
### Setup
```
[email protected]:ArnaudBand/Ruby_TDD.git
``````
cd Ruby_TDD
```### Install
```
bundle install
```### Run Linters
```
rubocop
```### run test
```
rspec spec
```## Author
👤 **Bandonkeye Arnaud**
- GitHub: [ArnaudBand](https://github.com/ArnaudBand)
- Twitter: [Arnaud](https://twitter.com/@ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye)## 🤝 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 [Apache](./Apache.md) licensed.