Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres-condezo/tdd_project
A class with three methods to implement the test-driven development(TDD).
https://github.com/andres-condezo/tdd_project
rspec ruby
Last synced: 20 days ago
JSON representation
A class with three methods to implement the test-driven development(TDD).
- Host: GitHub
- URL: https://github.com/andres-condezo/tdd_project
- Owner: andres-condezo
- License: mit
- Created: 2022-05-19T14:37:11.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-19T20:33:10.000Z (over 2 years ago)
- Last Synced: 2024-12-17T16:05:58.372Z (about 2 months ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TddProject
A class with three methods to implement the test-driven development(TDD).
## Built With
- Ruby
- Rspec## Getting Started
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
`git clone [email protected]:andres-condezo/tdd_project.git`2.- Change the directory to the tdd_project directory
`cd tdd_project`3.- Install the project's dependencies by running this command:
`bundle install`4.- Run the tests using this command:
`rspec`## Authors
👤 **Victor Peralta**
- GitHub: [@VicPeralta](https://github.com/VicPeralta)
- Twitter: [@VicPeralta](https://twitter.com/VicPeralta)
- Linkedin: [@VicPeralta](https://www.linkedin.com/in/vicperalta/)👤 **Andres Condezo**
- GitHub: [@andres-condezo](https://github.com/andres-condezo)
- Twitter: [@andres_condezo](https://twitter.com/andres_condezo)
- Linkedin: [@andres-condezo](https://www.linkedin.com/in/andres-condezo/)👤 **Behnam Aghaali**
- GitHub: [@Behnam1369](https://github.com/Behnam1369)
- Twitter: [@behnamagh1369](https://twitter.com/behnamagh1369)
- LinkedIn: [@behnam-aghaali](https://www.linkedin.com/in/behnam-aghaali)## 🤝 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!
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).