📗 Table of Contents

📖 TDD Practices

This repo is mainly for practicing the art of writing tests before implementing the actual functionality using ruby programming.

🛠 Built With

Tech Stack

Key Features

With this project you can use the following features such as:

  • Factorial: you can get the factorial result for any given number.
  • Reverse: if you want to see the result of reversing any given string, use the reverse method.
  • FizzBuzz: have fun by giving number to fizzbuzz method and see what result you get.

(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:

  • Ruby should be installed to your local machin
  • Use any Text Editor, I prefer VsCode.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:oguntayomicheal/Test-Driven-Development.git

Install

Install this project with:

  cd my-project
  bundle install

Run tests

To run tests, run the following command:

Example command:

  rspec ./spec/solver_spec.rb

👥 Authors

👤 Micheal Oguntayo

👤 Alelign Ayana

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a start ⭐️

(back to top)

📝 License

This project is MIT licensed.

(back to top)