{"id":15705385,"url":"https://github.com/bondok6/tdd","last_synced_at":"2026-04-29T01:01:25.803Z","repository":{"id":42058409,"uuid":"481725288","full_name":"Bondok6/TDD","owner":"Bondok6","description":"In this project we will implement a class with some methods, we did it by doing test-driven development (TDD).","archived":false,"fork":false,"pushed_at":"2022-04-14T21:48:24.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-08T06:08:15.955Z","etag":null,"topics":["rspec","ruby","tdd"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bondok6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-14T19:27:24.000Z","updated_at":"2022-05-18T04:40:40.000Z","dependencies_parsed_at":"2022-08-12T03:40:24.453Z","dependency_job_id":null,"html_url":"https://github.com/Bondok6/TDD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bondok6/TDD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bondok6%2FTDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bondok6%2FTDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bondok6%2FTDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bondok6%2FTDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bondok6","download_url":"https://codeload.github.com/Bondok6/TDD/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bondok6%2FTDD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["rspec","ruby","tdd"],"created_at":"2024-10-03T20:15:46.110Z","updated_at":"2026-04-29T01:01:25.787Z","avatar_url":"https://github.com/Bondok6.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# TDD\n\n\u003e In this project we will implement a class with some methods, but we will do it by doing test-driven development (TDD).\n\n## Built With\n\n- Ruby\n\n## Getting Started\n\nCheck the following instructions to install and use the project in you local machine!\n\n### Prerequisites\n\nTo begin with, you need to be able to use the **ruby** command, if you don't have it you can install it using any of these commands:\n\n**MacOS**\n\n```\nbrew install rbenv ruby-build\n# Add rbenv to bash so that it loads every time you open a terminal\necho 'if which rbenv \u003e /dev/null; then eval \"$(rbenv init -)\"; fi' \u003e\u003e ~/.bash_profile\nsource ~/.bash_profile\n\n# Install Ruby\nrbenv install 3.0.1\nrbenv global 3.0.1\nruby -v\n```\n\n**Ubuntu**\n\n```\ngit clone https://github.com/rbenv/rbenv.git ~/.rbenv\necho 'export PATH=\"$HOME/.rbenv/bin:$PATH\"' \u003e\u003e ~/.bashrc\necho 'eval \"$(rbenv init -)\"' \u003e\u003e ~/.bashrc\nexec $SHELL\n\ngit clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build\necho 'export PATH=\"$HOME/.rbenv/plugins/ruby-build/bin:$PATH\"' \u003e\u003e ~/.bashrc\nexec $SHELL\n\nrbenv install 3.0.1\nrbenv global 3.0.1\nruby -v\n```\n\n**Windows**\n\nUse **[WSL](https://docs.microsoft.com/en-us/windows/wsl/about)**\n\n### Setup\n\nOnce you have installed **ruby** you need to clone this project's repository, use this command in your terminal:\n\n```\ngit clone git@github.com:Bondok6/TDD.git\ncd TDD\n```\n\n### Usage\n\nTo use run the decode method use this command:\n\n```\nruby solver.rb\n```\n\n### To Run Test\n\n```bash\n\u003e rspec __tests__\n```\n\n## Authors\n\n👤 **Kyrillos Hany**\n\n- GitHub: [@Bondok6](https://github.com/Bondok6)\n- LinkedIn: [Kyrillos](https://www.linkedin.com/in/kyrillos-hany/)\n\n👤 **Jeff Kayombo**\n\n- GitHub: [@Jeff](https://github.com/JEFFKAY16)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome and highly encouraged!\nWe feel that your input is what helps us grow so you're always Welcome :)\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\nI would love to hear your thoughts and ideas 🖤\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbondok6%2Ftdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbondok6%2Ftdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbondok6%2Ftdd/lists"}