Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianofrank/ruby-tdd
This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.
https://github.com/fabianofrank/ruby-tdd
ruby
Last synced: 8 days ago
JSON representation
This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.
- Host: GitHub
- URL: https://github.com/fabianofrank/ruby-tdd
- Owner: fabianofrank
- Created: 2022-06-23T18:32:04.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-25T11:41:07.000Z (over 2 years ago)
- Last Synced: 2023-03-05T20:36:41.393Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Test Driven Development in RSpec
> This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.
## Built With
- Ruby
- RSpec
- Rubocop## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
You must have Ruby installed on your computer.
### Install
Run `git clone https://github.com/fabianofrank/ruby-tdd.git`
### Usage
Navigate to the directory with `cd ruby-tdd`.
### Run tests
Run `rspec solver_rspec.rb`## Author
👤 **Fabiano Frank**
- GitHub: [@fabianofrank](https://github.com/fabianofrank)
- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/fabianofrank/)👤 **Amina Buhari**
- GitHub: [@githubhandle](https://github.com/AminaBuhari)
- Twitter: [@twitterhandle](https://twitter.com/AminaBuhari)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amina-buhari/)## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.