felixodette / Fizz-Buzz-TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fizz Buzz TDD

In this project we implement a class with some methods, but we do it by doing test-driven development (TDD). The idea is to write tests first and then the code. This can be verified in out commits history.

  • Write unit tests using Rspec.
  • Understand an existing codebase in a way that allows for adding tests.
  • Write Rspec unit tests with mocks.
  • Understand the TDD concept.

Made With

  • Ruby

Getting Started

Setup

To setup the project locally: clone the repository using:

https://github.com/felixodette/Fizz-Buzz-TDD.git

Authors

👤 Felix Odete

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

License:MIT License


Languages

Language:Ruby 100.0%