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: 30 days 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 (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-08-11T21:20:16.000Z (almost 4 years ago)
- Last Synced: 2025-12-08T12:44:53.064Z (7 months ago)
- Topics: rspec-testing, rubocop-configuration, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- 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
```
git@github.com: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.