{"id":15406782,"url":"https://github.com/dannyben/respec","last_synced_at":"2026-04-18T00:01:50.445Z","repository":{"id":68197603,"uuid":"572205286","full_name":"DannyBen/respec","owner":"DannyBen","description":"RSpec Convenience Wrapper","archived":false,"fork":false,"pushed_at":"2026-02-04T05:59:33.000Z","size":141,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-04T16:40:23.895Z","etag":null,"topics":["rspec","ruby"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/DannyBen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-29T19:20:01.000Z","updated_at":"2026-02-04T05:59:37.000Z","dependencies_parsed_at":"2024-03-08T08:44:05.334Z","dependency_job_id":"9d81e055-03b1-4690-a6df-fbb236392f27","html_url":"https://github.com/DannyBen/respec","commit_stats":{"total_commits":81,"total_committers":1,"mean_commits":81.0,"dds":0.0,"last_synced_commit":"0401fbf8f3c54df07f1655fc65b6b89936ff1d1f"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/DannyBen/respec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Frespec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Frespec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Frespec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Frespec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannyBen","download_url":"https://codeload.github.com/DannyBen/respec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Frespec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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"],"created_at":"2024-10-01T16:25:21.748Z","updated_at":"2026-04-18T00:01:50.440Z","avatar_url":"https://github.com/DannyBen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Respec - RSpec Convenience Wrapper\n\n![repocard](https://repocard.dannyben.com/svg/respec.svg)\n\nRespec is a bash script convenience interface for Ruby's RSpec.\n\n## Install\n\n### Installing using the setup script\n\nThis setup script will download the respec executable to `/usr/local/bin/` and\ninstall an autocomplete script in the bash completions directory.\n\n```shell\n$ curl -Ls get.dannyb.co/respec/setup | bash\n```\n\nFeel free to inspect the [setup script](setup) before running.\n\n\n### Installing manually\n\nDownload the [respec](respec) script to `/usr/local/bin/` or anywhere in your\n`PATH`, and make it executable.\n\n\n## Usage\n\n```\nUsage:\n  respec [COMMAND]\n  respec [COMMAND] --help | -h\n  respec --version | -v\n\nCommands:\n  all           Run all specs (default)\n  focus         Run specs tagged with :focus\n  only          Run specs only on files matching a pattern\n  except        Run specs except files matching a pattern\n  tagged        Run specs that include/exclude certain tags\n  last          Run specs on files modified in the last N minutes\n  fails         Run the last failed specs\n  continue      Continue from where the last run stopped\n  refactor      Shortcut for 'respec last 2 --watch'\n  reset         Delete the status file\n  completions   Echo completions function\n```\n\n## Setup \n\nUpdate the following files in your repository.\n\n### Status file setup\n\nThis is required for the `respec continue`, `respec fails` commands.\n\n\n```ruby\n# spec/spec_helper.rb\nRSpec.configure do |config|\n  config.example_status_persistence_file_path = 'spec/status.txt'\nend\n```\n\nand then, you should probably gitignore this file.\n\n```bash\n# .gitignore\n/spec/status.txt\n```\n\n### Recommended rspec arguments\n\nPut this in the `.rspec` file in your repository.\n\n\n```bash\n# .rspec\n--require spec_helper\n--color\n--format documentation\n--fail-fast\n```\n\n## Uninstalling\n\n```shell\n$ curl -Ls get.dannyb.co/respec/uninstall | bash\n```\n\n## Contributing / Support\n\nIf you experience any issue, have a question or a suggestion, or if you wish\nto contribute, feel free to [open an issue][issues].\n\n[issues]: https://github.com/DannyBen/respec/issues","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Frespec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannyben%2Frespec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Frespec/lists"}