{"id":33914661,"url":"https://github.com/willnet/rspec_pending_filter_formatter","last_synced_at":"2026-03-27T04:07:17.534Z","repository":{"id":325232029,"uuid":"1100387060","full_name":"willnet/rspec_pending_filter_formatter","owner":"willnet","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-20T10:16:46.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T12:12:34.474Z","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/willnet.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":"2025-11-20T08:03:40.000Z","updated_at":"2025-11-20T10:16:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/willnet/rspec_pending_filter_formatter","commit_stats":null,"previous_names":["willnet/rspec_pending_filter_formatter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/willnet/rspec_pending_filter_formatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Frspec_pending_filter_formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Frspec_pending_filter_formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Frspec_pending_filter_formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Frspec_pending_filter_formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willnet","download_url":"https://codeload.github.com/willnet/rspec_pending_filter_formatter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Frspec_pending_filter_formatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"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":[],"created_at":"2025-12-12T06:36:07.178Z","updated_at":"2026-03-27T04:07:17.526Z","avatar_url":"https://github.com/willnet.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSpec Pending Filter Formatter\n\nA custom RSpec formatter that suppresses detailed pending test output and shows only the count in the summary.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rspec_pending_filter_formatter'\n```\n\nAnd then execute:\n\n```bash\nbundle install\n```\n\nOr install it yourself as:\n\n```bash\ngem install rspec_pending_filter_formatter\n```\n\n## Usage\n\nYou can use this formatter by specifying it on the command line:\n\n```bash\nrspec --format RSpecPendingFilterFormatter::Formatter\n```\n\nOr configure it in your `.rspec` file:\n\n```\n--format RSpecPendingFilterFormatter::Formatter\n```\n\nOr in your `spec/spec_helper.rb`:\n\n```ruby\nRSpec.configure do |config|\n  config.formatter = RSpecPendingFilterFormatter::Formatter\nend\n```\n\n## What it does\n\nThis formatter extends the standard `ProgressFormatter` and modifies the behavior for pending tests:\n\n- **During test execution**: Pending tests show the \"*\" character as usual\n- **No detailed output**: File paths, line numbers, and reasons for pending tests are not displayed\n- **Summary**: The count of pending tests is shown only in the final RSpec summary line\n\n### Standard RSpec output (with pending details)\n\n```\n..*..F\n\nPending: (Failures listed here)\n  1) User registration validates email format\n     # Not yet implemented\n     # ./spec/user_spec.rb:15\n\nFailures:\n  ...\n\nFinished in 0.5 seconds\n5 examples, 1 failure, 1 pending\n```\n\n### With this formatter\n\n```\n..*..F\n\nFailures:\n  ...\n\nFinished in 0.5 seconds\n5 examples, 1 failure, 1 pending\n```\n\n## Why use this?\n\nThis formatter is useful when:\n\n- You have many pending tests that clutter the output\n- You want to focus on failures and successes during test execution\n- You only need to know the count of pending tests in the summary, not the detailed reasons\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/willnet/rspec-pending-filter-formatter.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnet%2Frspec_pending_filter_formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnet%2Frspec_pending_filter_formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnet%2Frspec_pending_filter_formatter/lists"}