test-driven-development

logo

Microverse README Template

📗 Table of Contents

📖 [Test Driven Devlopment]

In this project implemented a class with some methods, used test-driven development (TDD). Wrote tests first and then the code. [TDD] is a..

🛠 Built With Ruby

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
https://github.com/kessio/test-driven-development

Install

To Get started in root directory:

gem install bundler
  • Then run:
bundle install

Run tests

To run tests, run the following command:

  • Run in the terminal:
gem install rspec
  • Then run
rspec spec/solver_spec.rb

Usage

To run the project, execute the following command:

  rails server

👥 Authors

Mention all of the collaborators of this project.

👤 Author1

👤 Author2

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

  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.
  • Inspiration.

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

(back to top)

````