📗 Table of Contents

📖 TDD project

TDD project is a project where we implement a class with some methods, by doing test-driven development (TDD)

🛠 Built With

  • Ruby

Tech Stack

Client
Server
Database

Key Features

  • Factorial method
  • Reverse method
  • Fizzbuzz method

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 bundle install

Setup

Clone this repository to your desired folder:

  git clone git@github.com:jorgegoco/TDD-project-ruby.git
  cd TDD-project-ruby

Install

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  ruby solver.rb

Run tests

To run tests, run the following command:

   rspec spec spec/solver_spec.rb

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Jorge

👤 Author2

🔭 Future Features

  • Add more methods
  • Test edge cases

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project...give it a ⭐️!

🙏 Acknowledgments

I would like to thank @microverse

(back to top)

📝 License

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.