/TDD_Project

In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code. This will be verified in your commits history, so it is important to use the proper sequence.

Primary LanguageRuby

📗 Table of Contents

📖 TDD_Project

TDD_Project is a ruby based project where a class and its methods were implement doing test-driven development (TDD).

🛠 Built With

Tech Stack

Server

Key Features

Describe between 1-3 key features of the application.

  • Implement unit tests using Rspec
  • Implement Rspec unit tests with mocks

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need: Ruby and RSpec install on your local computer.

Setup

Clone this repository to your desired folderTTD Project.

Usage

This repository includes the rspec folder that has the test files and the Solver class file.

Run tests

  • run this command to install rspec: gem install rspec

-In the terminal type rspec with the file name from the spec folder you wanna use. Example of command to run the project: rspec ./spec

(back to top)

👤 Gabriel Andrade

👤 Ezema Anthony Sunday

👤 Ndorrh Oswald Ebu

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • Add more test for future methods of the Solver class

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

(back to top)