/TDD

Primary LanguageRubyMIT LicenseMIT

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)