Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruthmy/tdd-practice
https://github.com/ruthmy/tdd-practice
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruthmy/tdd-practice
- Owner: Ruthmy
- License: mit
- Created: 2023-09-08T16:17:21.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-08T21:17:57.000Z (about 1 year ago)
- Last Synced: 2024-05-17T15:48:20.226Z (6 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Test-driven development (TDD) | Ruby/RSpec Project
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [School library ](#about-project)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)---
# Test-driven development (TDD)
**"Test-driven development (TDD)"** is Ruby project where we apply the TDD methodology to create a class `Solver` with three different methods: `factorial`, `reverse` and `fizzbuzz`. The project is developed using Ruby and RSpec.
---
Ruby
---
- Ruby
- Linters
- Rubocop
- Follow Microverse's list of best practices
---
- Unfortunately, there is no live demo available for this project at the moment.
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
A code editor (we recommend Visual Studio Code)
Git and a GitHub account
### Setup
Clone this repository to your desired folder by using this ποΈ command :
```
git clone https://github.com/Ruthmy/TDD-Practice.git
```
### Install
Go to the project directory:
```
cd TDD-Practice
```
Before to run the program, verify that you have Ruby installed on your OS running the following command:
```
ruby -v
```
It should show you the version of ruby ββinstalled. If this does not happen and only an error message is displayed, then you should either verify your installation or install Ruby from scratch.
[Download and Install Ruby](https://www.ruby-lang.org/en/downloads/)
### Run tests
```
rspec
```
### Deployment
- Not aplicable.
---
π€ **Ruth Abreu**
- GitHub: [@Ruthmy](https://github.com/Ruthmy)
- Twitter: [@rury_exe](https://twitter.com/rury_exe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ruth-abreu)
π€ **Cesar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- LinkedIn: [Cesarherr](https://www.linkedin.com/in/cesarHerr/)
π€ **Alexandre Sales Medina Ferreira**
- GitHub: [@alexmedinasf](https://github.com/alexmedinasf)
- Twitter: [@alexmedinasf](https://twitter.com/alexmedinasf)
- LinkedIn: [LinkedIn](https://linkedin.com/in/alexmedinasf)
---
Upcoming improvements:
- [] Improve more functionalities.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ruthmy/school-library/issues).
---
If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** βοΈ if you like this project!
---
I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.
---
This project is [MIT](./LICENSE) licensed.
---