TDD using RSpec Ruby

📗 Table of Contents

📖 TDD using RSpec Ruby

In this project we have implemented a class with some methods, with help of test-driven development (TDD) concept. The idea is to write tests first and then the code. So it is important that we have focus the proper sequence.

🛠 Built With

Tech Stack

I have practiced TDD concept in Ruby.

Server
Database

Key Features

  • Implementation of TDD concept

(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 on Rail Knowledge
  • Object Oriented Programming(OOP) Knowledge
  • Vs Code
  • Github / Git Bash

Setup

Clone this repository to your desired folder:

  git clone git@github.com:MudasirSherwani/TDD-using-RSpec-Ruby.git
  cd TDD-using-RSpec-Ruby

(back to top)

👥 Authors

👤 Alex Osoro Ogeto

👤 Mudasir Sherwani

(back to top)

🔭 Future Features

  • Add more Classes

(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 give me a star.

(back to top)

🙏 Acknowledgments

I would like to thanks Microverse to guide me to complete this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)