KIsmoilov / TDD-project

The idea behind this project is to incorporate test driven development (TDD) in Ruby, meaning to write tests before we code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– TDD Project

The idea behind this project is to incorporate test driven development (TDD), meaning to write tests before we code..

πŸ›  Built With

  • Ruby

Tech Stack

Ruby

Key Features

  • Testing functions using rspec.

(back to top)

(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
  • Any code editer RECOMMENDED:(vs code)

Setup

Clone this repository to your desired folder:

  • git clone https://github.com/keebot-png/TDD-project.git
  • cd TDD-project

Install

  1. Run gem install bundler

Usage

To run the project, execute the following command:

  1. Run bundle install

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author - 1

πŸ‘€ Author - 2

(back to top)

πŸ”­ Future Features

  • Add additional mathematical methods that are more complex to test.

(back to top)

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

(back to top)

About

The idea behind this project is to incorporate test driven development (TDD) in Ruby, meaning to write tests before we code.

License:MIT License


Languages

Language:Ruby 100.0%