- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Test Driven Development - Ruby is a software development practice that emphasizes writing tests before writing the actual code
Client
- Built using Ruby
- Rspec test cases using TDD
- A Solver Class
- Create a method called factorial that takes one argument, an integer N, and returns the factorial for that number in Solver Class
- Create a method called reverse that takes one argument, a string word, and returns word reversed (e.g. if word is "hello" it returns "olleh").
- Create a method called fizzbuzz
To get a local copy up and running, follow these steps.
In order to run this project you need:
ruby
bundler
Clone this repository to your desired folder:
git clone https://github.com/ichsansandy/tdd-ruby.gitInstall this project with:
cd tdd-ruby
bundle installit will install the required gemfile for running the project
👤 Ichsan Sandy
- GitHub: @ichsansandy
- Twitter: @1chsansandy
- LinkedIn: Ichsan Sandy
👤 Kamran Asif
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add UI System
- Add Database to store recent message
- Add Account System
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is MIT licensed.