{"id":31798496,"url":"https://github.com/okitan/rspec-absolutely_prepended_after_each","last_synced_at":"2025-10-10T21:29:19.276Z","repository":{"id":7256101,"uuid":"8567785","full_name":"okitan/rspec-absolutely_prepended_after_each","owner":"okitan","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-05T07:14:27.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-21T07:19:37.153Z","etag":null,"topics":["gem","outdated"],"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/okitan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-04T23:47:48.000Z","updated_at":"2017-11-09T01:12:36.000Z","dependencies_parsed_at":"2022-09-13T14:12:30.822Z","dependency_job_id":null,"html_url":"https://github.com/okitan/rspec-absolutely_prepended_after_each","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/okitan/rspec-absolutely_prepended_after_each","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Frspec-absolutely_prepended_after_each","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Frspec-absolutely_prepended_after_each/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Frspec-absolutely_prepended_after_each/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Frspec-absolutely_prepended_after_each/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okitan","download_url":"https://codeload.github.com/okitan/rspec-absolutely_prepended_after_each/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Frspec-absolutely_prepended_after_each/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891747,"owners_count":26063856,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gem","outdated"],"created_at":"2025-10-10T21:29:11.132Z","updated_at":"2025-10-10T21:29:19.270Z","avatar_url":"https://github.com/okitan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rspec::AbsolutelyPrependedAfterEach [![Build Status](https://travis-ci.org/okitan/rspec-absolutely_prepended_after_each.png)](https://travis-ci.org/okitan/rspec-absolutely_prepended_after_each) [![Dependency Status](https://gemnasium.com/okitan/rspec-absolutely_prepended_after_each.png)](https://gemnasium.com/okitan/rspec-absolutely_prepended_after_each)\n\nforcelly prepend at the top of the after:each\n\n\nIt suits for example:\n * take screen shot of selenium test BEFORE the teardown of after hooks\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rspec-absolutely_prepended_after_each'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-absolutely_prepended_after_each\n\n## Usage\n\n```ruby\nrequire \"rspec/absolutely_prepended_after_each\"\n\nRSpec.configure do |config|\n  config.prepend_absolutely_after_each do\n    # codes you'd like to execute before every after(:each) blocks\n  end\nend\n```\n\n```ruby\nrequire \"rspec/absolutely_prepended_after_each\"\n\ndescribe \"some description\" do\n  prepend_absoutely_after_each do\n    # codes you'd like to execute before every after(:each) blocks below\n  end\n\n  context \"some context\" do\n    after(:each) { \"some teardown\" }\n  end\nend\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Frspec-absolutely_prepended_after_each","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokitan%2Frspec-absolutely_prepended_after_each","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Frspec-absolutely_prepended_after_each/lists"}