Ruby - TDD project is an application, containing a Solver class, and 3 methods: Factorial, Reverse and FizzBuzz. Built with Ruby using test-driven development (TDD) by writing the Rspec tests first.
- Ruby
- RSpec
- GitFlow
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
git clone git@github.com:hajnaloltyan/ruby-tdd-project.git
cd ruby-tdd-project
code . (To open VS Code Editor)
Then, you will change everything you want!
Install this project with:
-
- Install Ruby following this documentation
-
- Use the
build install
command within your folder using WSL to install all the dependencies automatically.
- Use the
-
- Install RSpec following this documentation
To run the project, execute the following steps:
-
- Open your terminal (WSL/Ubuntu Terminal)
-
- Check if you have ruby, rspec and rubocop installed (if not follow the previous chapter).
-
- Finish
👤 John Palacios
- GitHub: @rysthcraft
- Linkedin: @johnpalacios
👤 Hajnalka Oltyan
- GitHub: @hajnaloltyan
- LinkedIn: Hajnal Oltyan
- Create more methods to have more solvable features
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to watch it and take some features that will enhance your project as well.
I would like to thank the Microverse Team for reviewing my code and making me a better professional.
This project is MIT licensed.