- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
TDD project is a project where we implement a class with some methods, by doing test-driven development (TDD)
- Ruby
Client
Server
Database
- Factorial method
- Reverse method
- Fizzbuzz method
To get a local copy up and running, follow these steps.
In order to run this project you need:
bundle install
Clone this repository to your desired folder:
git clone git@github.com:jorgegoco/TDD-project-ruby.git
cd TDD-project-ruby
Install this project with:
bundle install
To run the project, execute the following command:
ruby solver.rb
To run tests, run the following command:
rspec spec spec/solver_spec.rb
You can deploy this project using:
👤 Jorge
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add more methods
- Test edge cases
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...give it a ⭐️!
I would like to thank @microverse
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.