https://github.com/skyv26/tdd-ruby
The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
https://github.com/skyv26/tdd-ruby
Last synced: about 2 months ago
JSON representation
The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
- Host: GitHub
- URL: https://github.com/skyv26/tdd-ruby
- Owner: skyv26
- License: mit
- Created: 2022-11-18T18:41:13.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-18T22:25:47.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:16:58.599Z (3 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Driven Development - Ruby
> The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.## Built With
- Major languages: **Ruby v3.0**
- Testing Library: **Rubocop**, **RSPec**## Live Demo
[Coming Soon 🎈]()
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
> In order to work with this project. You need to have basic understanding of *Ruby*.
### Setup
- git clone `https://github.com/skyv26/TDD-Ruby.git`
### Install
**In order to start the project properly please install the project dependicies by using below command**
- bundle install
## Usage
**In order to run your project use below command**
### For Running File
- **ruby solver.rb**### For Rubocop Test
- **rubocop**### For RSPec Test
- **rspec spec**## Authors
👤 **Aakash Verma**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [dev.aakashv](https://linkedin.com/in/skyv2022)👤 **Walter Okumu**
- GitHub: [@WalterOkumu](https://github.com/WalterOkumu)
- Twitter: [@OkumuOriaro](https://twitter.com/OkumuOriaro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/okumu-oriaro/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## 🔭 Future Features
- Database connectivity
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.