/Test-Driven-Development

Unit tests using Rspec with mocks

Primary LanguageRubyMIT LicenseMIT

Test-Driven-Development

The project involves creating a Ruby class called Solver that provides three fundamental mathematical and string manipulation methods. The class is intended to be a utility for common problem-solving tasks.

Getting Started

This project adheres to the Test-Driven Development (TDD) methodology. Test cases are written in the spec/solver_spec.rb file before implementing the corresponding methods in the solver.rb file.

📗 Table of Contents

📖 [Test-Driven-Development]

[Test-Driven-Development] is a project that involves creating a Ruby class called Solver that provides three fundamental mathematical and string manipulation methods. The class is intended to be a utility for common problem-solving tasks.

🛠 Built With

Tech Stack

Client
  • Ruby
  • Test-Driven-Development

    Key Features

    • [decode a morse_code message]

    (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: you need to Ruby installed on your machine

    Setup

    Clone this repository to your desired folder:

      cd my-folder
      git clone git@github.com:rmiyoyo/Test-Driven-Development.git

    Usage

    To run the project, execute the following command:

      cd Test-Driven-Development;
      ruby solver.rb

    (back to top)

    👥 Authors

    👤 Mayito Ismail

    👤 Raphael Miyoyo

    🔭 Future Features

    • [Add more methods]
    • [Add more tests]

    (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...

    (back to top)

    🙏 Acknowledgments

    Thank you for looking at the project! :)

    (back to top)

    📝 License

    This project is MIT licensed.

    (back to top)