{"id":15101441,"url":"https://github.com/meekb/buildamidwestbuffet","last_synced_at":"2026-01-20T02:24:39.246Z","repository":{"id":252441604,"uuid":"840452356","full_name":"Meekb/BuildAMidwestBuffet","owner":"Meekb","description":"Tests to practice writing Ruby, and test-driven design","archived":false,"fork":false,"pushed_at":"2024-08-16T11:12:46.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T10:43:53.943Z","etag":null,"topics":["rspec","ruby","tdd","testing"],"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/Meekb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T18:32:01.000Z","updated_at":"2024-08-16T11:12:49.000Z","dependencies_parsed_at":"2024-08-09T20:07:55.945Z","dependency_job_id":"d966aaa5-657c-4b89-b44e-d1b3aeca8210","html_url":"https://github.com/Meekb/BuildAMidwestBuffet","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"cffa6cc85e3282c025fcc51b10a15ba3b1b7cb27"},"previous_names":["meekb/buildamidwestbuffet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FBuildAMidwestBuffet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FBuildAMidwestBuffet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FBuildAMidwestBuffet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FBuildAMidwestBuffet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meekb","download_url":"https://codeload.github.com/Meekb/BuildAMidwestBuffet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325648,"owners_count":20920713,"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":["rspec","ruby","tdd","testing"],"created_at":"2024-09-25T18:23:08.067Z","updated_at":"2026-01-20T02:24:39.208Z","avatar_url":"https://github.com/Meekb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby \u0026 Ranch: Build a Midwest Buffet\n\nA collection of exercises to practice Ruby, and test-driven design (TDD). The project serves as both a practical example of writing and organizing Ruby tests and as a playful nod to Midwest culture, where buffet lines are a beloved tradition.  \n\nBuild the buffet starting with sides, dishes, and desserts. Move along and create customers, then build them a buffet line to stand in. Finally, have the buffet serve the food to customers that are in the buffet line. Find out what happens when a customer says, \"Ohp! Let me scootch by ya for the Ranch...\"\n\nThis test suite is evolving. Additional classes and functionality may be added at any time. Read on to find out how you can [contribute](#contributing).\n\n## How to Run\nFork this repo, then clone your forked copy to your machine \n\n`cd` into the directory for the project\n\nTake a look at the first class file `lib/buffet_side.rb`\n\nNavigate to the `midwest-buffet` directory in your terminal, and then run your first test:\n```\nrspec spec/buffet_side_spec.rb\n```\n\nFollow the errors that your test provides until the test passes. Unskip the next test by removing the `x`. Continue until all tests pass for each class.\n\nYou will need to create a class file in `lib` as you proceed through the tests in the `spec` directory.\n\n## Test Completion Order\nThe classes interact as you progress. Follow the order below to build a solid foundation for each component and ensure that dependencies between classes are correctly handled:\n\n* `buffet_side_spec.rb`\n* `buffet_dish_spec.rb`\n* `buffet_dessert_spec.rb`\n* `customer_spec.rb`\n* `buffet_staff.rb`\n* `buffet_line.rb`\n* `buffet_spec.rb`\n\n## Add to the Buffet!\n\nCan you add new classes and functionality to the repository? \nHow about a BuffetManager?  \nCan a Customer `sample_food` from the `buffet`?  \nCan the BuffetManager `eject_customer`?\nWhat happens if `customer.sample_food` while in the `buffet.buffet_line`?\n\n## Contributing\nContributions are welcome! If you have ideas for additional tests or improvements to the existing ones, feel free to submit a pull request. Whether it's adding more scenarios, edge-cases, or optimizing the existing tests, your contributions help make this project more robust and comprehensive.\n\n### How to Contribute\n* Fork the repository: Create a copy of this repository in your own GitHub account.\n* Create a new branch: Make your changes in a new branch (e.g., add-new-tests).\n* Write or improve tests: Add your new tests or improvements to the appropriate test files.\n* Commit your changes: Write clear and concise commit messages to describe your changes.\n* Submit a pull request: Once you're ready, submit a pull request with a description of your changes.\n\nBy contributing, you help make this project better for everyone, and your contributions are greatly appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Fbuildamidwestbuffet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeekb%2Fbuildamidwestbuffet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Fbuildamidwestbuffet/lists"}