{"id":17043023,"url":"https://github.com/mizzy/rspec-lxc-test-box","last_synced_at":"2025-04-30T07:23:13.895Z","repository":{"id":7612074,"uuid":"8970408","full_name":"mizzy/rspec-lxc-test-box","owner":"mizzy","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-24T12:10:03.000Z","size":103,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:51:14.077Z","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":"nko/shumway","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizzy.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":"2013-03-23T13:08:24.000Z","updated_at":"2018-08-09T14:26:57.000Z","dependencies_parsed_at":"2022-07-31T15:39:00.405Z","dependency_job_id":null,"html_url":"https://github.com/mizzy/rspec-lxc-test-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Frspec-lxc-test-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Frspec-lxc-test-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Frspec-lxc-test-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Frspec-lxc-test-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizzy","download_url":"https://codeload.github.com/mizzy/rspec-lxc-test-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658877,"owners_count":21622927,"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-10-14T09:27:27.172Z","updated_at":"2025-04-30T07:23:13.856Z","avatar_url":"https://github.com/mizzy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rspec-lxc-test-box\n\n**Caution!** I've re-writed this as a rubygem \"serverspec\".\nSee: https://github.com/mizzy/serverspec\n\nThis is an example for testing containers created by [puppet-lxc-test-box](https://github.com/mizzy/puppet-lxc-test-box).\n\nYou can write test code like this.\n\n```ruby\nrequire 'container_spec_helper'\n\ndescribe 'nrpe' do\n  it { should be_installed }\n  it { should be_enabled   }\n  it { should be_running   }\nend\n\ndescribe 'nagios-plugins-all' do\n  it { should be_installed }\nend\n\ndescribe '/etc/nagios/nrpe.cfg' do\n  it { should be_file }\n  it { should contain 'server_port=5666' }\nend\n\ndescribe '/etc/nrpe.d/01base.cfg' do\n  it { should be_file }\nend\n\ndescribe 'port 5666' do\n  it { should be_listening }\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Frspec-lxc-test-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizzy%2Frspec-lxc-test-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Frspec-lxc-test-box/lists"}