kessio / test-driven-development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

````

About


Languages

Language:Ruby 100.0%Language:Batchfile 0.0%