Wahaj-Ali / TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD Project

πŸ“— Table of Contents

πŸ“– TDD Project

In this project I learn about how to implement classes and objects in Ruby and encapsulation and inheritance with Ruby.

πŸ›  Built With

Ruby

Tech Stack

This project use Ruby language.

Key Features

  • unit tests using Rspec
  • Rspec unit tests with mocks
  • TDD concept

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started with database

Prerequisites

In order to run this project you need:

  1. Ruby installed on your machine
  2. RSpec installed globally to run the tests. Here is a tutorial about how RSpec.
  3. Text editor (VSCode, Sublime, Atom, etc.)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Wahaj-Ali/TDD.git
  cd TDD
  • Run bundle install or bundle i to install the gems
  • Run irb to run the code by pasting it in the terminal.
  • Run rubocop to find and fix linters

Run tests

Run tests with:

  rspec
  rubocop

(back to top)

πŸ‘₯ Authors

πŸ‘€ Wahaj Ali

πŸ‘€ Rohit Bhatt

(back to top)

πŸ”­ Future Features

In the future, I would like to add the following features:

  • Add more tests for edge cases
  • Add more functions to test.

🀝 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, Give a ⭐️.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%