{"id":19026899,"url":"https://github.com/mwismann/tdd_ruby_project","last_synced_at":"2025-07-26T16:36:31.994Z","repository":{"id":193314051,"uuid":"688553208","full_name":"mwismann/tdd_ruby_project","owner":"mwismann","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-07T17:01:37.000Z","size":92,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-12-18T17:26:27.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwismann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-07T15:29:36.000Z","updated_at":"2023-11-17T23:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbc75cd5-6ee8-42e0-95ff-e3f731292155","html_url":"https://github.com/mwismann/tdd_ruby_project","commit_stats":null,"previous_names":["mwismann/tdd_ruby_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwismann%2Ftdd_ruby_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwismann%2Ftdd_ruby_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwismann%2Ftdd_ruby_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwismann%2Ftdd_ruby_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwismann","download_url":"https://codeload.github.com/mwismann/tdd_ruby_project/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232144962,"owners_count":18478780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T20:51:57.998Z","updated_at":"2025-01-02T02:43:34.295Z","avatar_url":"https://github.com/mwismann.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/solver_logo.png\" alt=\"Genius idea\" width=\"200\"  height=\"auto\" /\u003e\n    \u003ch1\u003e\u003cb\u003eTDD Ruby Project\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n---\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 TDD Ruby Project ](#-tdd-ruby-project-) - [Learning objectives](#learning-objectives)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n---\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 TDD Ruby Project \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n- This project is part of the Microverse Ruby curriculum. The goal is to create a simple test driven development project using Ruby and RSpec.\n\n#### Learning objectives\n\n- Write unit tests using Rspec.\n- Understand an existing codebase in a way that allows for adding tests.\n- Understand the TDD concept.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.ruby-lang.org/en/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=ruby\"/\u003e\n      \u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\n---\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Implementation of TDD methodology]**\n- **[Implementation of Unit tests with Rspec]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- To install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).\n\n### Setup\n\nClone this repository to your desired folder:\n\nExample commands:\n\n- With SSH:\n\n```bash\n  cd my-folder\n  git clone git@github.com:mwismann/tdd_ruby_project.git\n```\n\n- With HTTPS:\n\n```bash\n  cd my-folder\n  git clone hhttps://github.com/mwismann/tdd_ruby_project.git\n```\n\n- With GitHub CLI:\n\n```bash\n  cd my-folder\n  gh repo clone mwismann/tdd_ruby_project\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Mathias Wismann**\n\n- GitHub: [@mwismann](https://github.com/mwismann)\n- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)\n- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)\n\n👤 **Reza Merzaie**\n\n- 👤 GitHub: [Gh-Reza](https://github.com/Gh-Reza)\n- 👤 Twitter: [Reza](https://twitter.com/reza-mezaie)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] Add more Tests cases.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/mwismann/oop_school_library/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐ if you liked this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI thank the Code Reviewers for their advice and time 🏆\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwismann%2Ftdd_ruby_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwismann%2Ftdd_ruby_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwismann%2Ftdd_ruby_project/lists"}