Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardosancho/tdd
Tests first
https://github.com/eduardosancho/tdd
Last synced: 3 days ago
JSON representation
Tests first
- Host: GitHub
- URL: https://github.com/eduardosancho/tdd
- Owner: eduardosancho
- Created: 2022-04-14T19:36:26.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-04-14T23:42:13.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T22:33:46.744Z (14 days ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)
![](https://img.shields.io/static/v1?label=BY&message=eduardosancho&color=green)## TDD
> Ruby application developed by using a Test Driven approach. Features factorial, reverse_string and factorial methods.
### Requirements
- `ruby` : `^3.0.1` required for running the code.
- `gem` : `^3.2.15` required for linters.
- `rspec` : `^3.11` required for testing.## Built With
- Languages: _**Ruby, RSpec**_
- Frameworks: _**N/A**_
- Technologies used: _**Git, Rubocop**_## Getting Started
### Clone this repository
```bash
$ git clone https://github.com/eduardosancho/TDD.git
$ cd TDD$ bundle install
```
The last command will install all the required tools.
### To run the code
```irb
$ irb
> require './solver.rb'
> solver = Solver.new
> solver.factorial(5)
> solver.reverse_str('australia')
> solver.fizzbuzz(15)
```Run ```exit``` to quit ``irb``
### To run the tests
```bash
$ rspec spec
```## Authors
👤 **Reem**
Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)👤 **Eduardo Sancho Solano**
Platform | Badge |
--- | --- |
**GitHub** | [@eduardosancho](https://github.com/eduardosancho)
**Twitter** | [@sanchitoblog](https://twitter.com/sanchitoblog)
**LinkdIn** | [Eduardo Sancho Solano](https://www.linkedin.com/in/eduardo-sancho-solano/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Microverse requirements
## 📝 License
This project is [MIT](./MIT.md) licensed.