{"id":14991358,"url":"https://github.com/rspec-3-book/rspec-print_failures_eagerly","last_synced_at":"2025-07-11T03:34:48.471Z","repository":{"id":56892940,"uuid":"70037064","full_name":"rspec-3-book/rspec-print_failures_eagerly","owner":"rspec-3-book","description":"Tweaks the built-in RSpec formatters to cause failures to be printed immediately when they occur.","archived":false,"fork":false,"pushed_at":"2017-05-12T05:50:42.000Z","size":14,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T04:17:18.655Z","etag":null,"topics":["rspec","rspec-formatter","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"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/rspec-3-book.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-05T07:00:41.000Z","updated_at":"2024-09-23T22:13:49.000Z","dependencies_parsed_at":"2022-08-20T16:10:25.786Z","dependency_job_id":null,"html_url":"https://github.com/rspec-3-book/rspec-print_failures_eagerly","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspec-3-book%2Frspec-print_failures_eagerly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspec-3-book%2Frspec-print_failures_eagerly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspec-3-book%2Frspec-print_failures_eagerly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspec-3-book%2Frspec-print_failures_eagerly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rspec-3-book","download_url":"https://codeload.github.com/rspec-3-book/rspec-print_failures_eagerly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512790,"owners_count":21116680,"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","rspec-formatter","ruby"],"created_at":"2024-09-24T14:27:31.253Z","updated_at":"2025-04-12T03:31:55.520Z","avatar_url":"https://github.com/rspec-3-book.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSpec::PrintFailuresEagerly [![Gem Version](https://badge.fury.io/rb/rspec-print_failures_eagerly.svg)](https://badge.fury.io/rb/rspec-print_failures_eagerly)\n\nThis gem, featured in [Effective Testing with RSpec 3: Build Ruby Apps with\nConfidence](https://pragprog.com/book/rspec3/effective-testing-with-rspec-3),\nmodifies the built-in `progress` and `documentation` formatters to make\nthem print failures _eagerly_, when they happen, rather than waiting\nuntil the end to print them all. This can be handy for long-running spec\nsuites so you can begin digging into a failure while the rest of your\nsuite finishes running.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rspec-print_failures_eagerly'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-print_failures_eagerly\n\n## Usage\n\nJust load it from `spec/spec_helper.rb`:\n\n``` ruby\nrequire 'rspec/print_failures_eagerly'\n```\n\n...or tell RSpec to require it by putting it in `.rspec`:\n\n```\n--require rspec/print_failures_eagerly\n```\n\nThat's it!  The book also walks through how to set it up to\nautomatically apply to all projects on your machine, without\nneeding to add this gem to each.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspec-3-book%2Frspec-print_failures_eagerly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frspec-3-book%2Frspec-print_failures_eagerly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspec-3-book%2Frspec-print_failures_eagerly/lists"}