/TDD_project

Primary LanguageRubyMIT LicenseMIT

Test Driven Development

πŸ“— Table of Contents

πŸ“– TDD project.

TDD Project is a simple project to apply Test-driven development practices using Ruby.

πŸ›  Built With

Tech Stack

Ruby

Key Features

  • Use Gitflow
  • Write Unit tests for solver class methods using Rspec
  • Implement classes and objects

(back to top)

πŸ’» Getting Started

This repository includes files with ruby lenguage.

Prerequisites

In order to run this project you need to have Ruby installed, check this documentation in order to know how to install it.

Setup

Clone this repository to your desired folder:

cd my-folder https://github.com/HFG43/TDD_project git clone

Usage

To run the project, in your command line execute the following commands:

  ruby main.rb

To check the linters you can use the command:

  rubocop

To fix the linter use:

  rubocop --fix

(back to top)

πŸ‘₯ Author

πŸ‘€ HernΓ‘n GΓΌemes

πŸ‘€ Franck Sefu

(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 you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for providing the necessary resources for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)