fherrerao / TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD

In this project we implemented a class with some methods, by doing test-driven development (TDD)

Built With

  • Major languages: Ruby

Getting Started

To get a local copy up and running follow these simple example st

Prerequisites

  • ruby required for running the code.
  • gem required for linters.

Setup

Run the following command in your terminal to clone this repo to your local machine `

> git clone git@github.com:fherrerao/TDD.git

Change directory into the newly created project

$ cd TDD

Running Test Cases

    • Go to the terminal (directory pointing to the root of the project)
    • Run the command rspec
    • To run test cases individually run the command rpsec spec solver_spec.rb
      (replace rerelative_path_of_testfile with the actual relative path to the test file you want to run)
    • All test cases passes, when no error message is shown in the terminal

Authors

👤 Sahar Abdel Samad

👤 Fernando Herrera

🤝 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About


Languages

Language:Ruby 100.0%