Skip to content

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.

License

Notifications You must be signed in to change notification settings

Timbar09/Test_Driven_Development-Ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test_Driven_Development-Ruby

📗 Table of Contents

📖 Test_Driven_Development-Ruby

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.

🛠 Built With

Tech Stack

Client

Key Features

  • Test-Driven Development

    The project will follow the principles of TDD, where tests will be written first and then the code will be implemented to pass those tests.

  • Class Implementation

    The project will involve implementing a class with a set of methods. The methods will be designed to achieve specific functionality.

  • Method Design

    The methods in the class will be designed to achieve specific functionality following the best practices in method design to ensure that they are easy to understand and maintain.

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

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Timbar09/Test_Driven_Development-Ruby.git

Run tests

To run tests, run the following command:

  rspec ./spec/[name of test-file]

For example:

  rspec ./spec/factorial_spec.rb

(back to top)

👥 Authors

👤 Author GitHub Twitter LinkedIn
Miles Mosweu @Timbar09 @Milez09 @miles-mosweu09
Fitz Gerald @fitz95 @nsonggerald @nsong-asoh

(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, give it a ⭐️ and let me know what you like in particular.

(back to top)

🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages