/Ruby_TDD

This is a simple Project used to implement Test Driven Development(TDD) in projects. A class with some methods is created, by using test-driven development (TDD). The idea is to write tests first and then the code.

Primary LanguageRubyMIT LicenseMIT

Ruby_TDD

TDD Project

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

This is a simple Project used to implement Test Driven Development(TDD) in projects. A class with some methods is created, by using test-driven development (TDD). The idea is to write tests first and then the code.

Getting Started

To get a local copy, follow these simple example steps.

git clone git@github.com:uisendy/Ruby_TDD.git
cd tdd
ls

How to run tests

to run the tests, run the below command from the root directory of the repo rspec .

Authors

👤 Sendy Inieke

GitHub
LinkedIn

👤 Nii Darku

GitHub LinkedIn
Twitter

🤝 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 you for checking out this amazing project.

📝 License

This project is MIT licensed.