Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinbenitezmora/tdd-in-ruby
This repository through the TDD (Testing Drive Development) methodology will build methods that will serve as a template for future similar procedures in other projects.
https://github.com/robinbenitezmora/tdd-in-ruby
Last synced: 12 days ago
JSON representation
This repository through the TDD (Testing Drive Development) methodology will build methods that will serve as a template for future similar procedures in other projects.
- Host: GitHub
- URL: https://github.com/robinbenitezmora/tdd-in-ruby
- Owner: robinbenitezmora
- Created: 2022-11-17T02:17:59.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-11-17T16:31:51.000Z (about 2 years ago)
- Last Synced: 2024-12-20T18:12:24.700Z (19 days ago)
- Language: Ruby
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 Test Drive Development with Ruby
> This is a project to practice test-driven development with Ruby. The project is a simple creation of a class that will be evaluated by means of TDD (Test Driven Development).
###
TDD with RSpec> TDD is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is opposed to software being developed first and test cases created later.
Client
Server
Database
> Our project has the following features:
- **Simplicity**
- **Clarity**
- **Team Working**
> As a developer you can clone the project and run it locally.
To get a local copy up and running, follow these steps.
1) Clone the repository
2) cd into the project folder
3) Run `bundle install` to install the required dependencies
4) Run `rspec` to run the tests
### Prerequisites
In order to run this project you need:
- Ruby
- RSpec
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
### Usage
To run the project, copay the following URL:
https://github.com/robinbenitezmora/TDD-in-Ruby
### Run tests
To run tests, run the following command:
```sh
rspec
```
> The next people have been the authors of this project:
👤 **Author1**
- GitHub: [@robinbenitezmora](https://github.com/robinbenitezmora)
- Twitter: [@Mecanico_Robin](https://twitter.com/mecanico_robin)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/robin-benitez-mora/)
👤 **Author2**
- GitHub: [@asnganje](https://github.com/asnganje)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abdulrahman-nganje-a6436935//)
Contributions, issues, and feature requests are welcome!
> Give a ⭐️ if you like this project!
If you like this project...
> We would like to thank the following people:
I would like to thank Microverse for the opportunity to learn and grow as a developer.
> If you have any questions, please contact us.
## License
This project is [MIT](./MIT.md) licensed.