{"id":15101697,"url":"https://github.com/axsuul/rspec-http-fixtures","last_synced_at":"2026-02-27T19:40:48.102Z","repository":{"id":210013252,"uuid":"725415518","full_name":"axsuul/rspec-http-fixtures","owner":"axsuul","description":"Provides RSpec helper methods to build HTTP fixtures.","archived":false,"fork":false,"pushed_at":"2025-06-29T23:58:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-22T02:30:46.981Z","etag":null,"topics":["rails","rspec","ruby"],"latest_commit_sha":null,"homepage":"","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/axsuul.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,"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":"2023-11-30T04:59:18.000Z","updated_at":"2025-06-29T23:57:57.000Z","dependencies_parsed_at":"2023-11-30T10:19:55.125Z","dependency_job_id":"1c993cae-e3fc-477f-844a-7302a7d5df18","html_url":"https://github.com/axsuul/rspec-http-fixtures","commit_stats":null,"previous_names":["axsuul/rspec-http-fixtures"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/axsuul/rspec-http-fixtures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axsuul%2Frspec-http-fixtures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axsuul%2Frspec-http-fixtures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axsuul%2Frspec-http-fixtures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axsuul%2Frspec-http-fixtures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axsuul","download_url":"https://codeload.github.com/axsuul/rspec-http-fixtures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axsuul%2Frspec-http-fixtures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29910759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":["rails","rspec","ruby"],"created_at":"2024-09-25T18:28:39.545Z","updated_at":"2026-02-27T19:40:48.085Z","avatar_url":"https://github.com/axsuul.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rspec-http-fixtures\n\nProvides RSpec helper methods to build HTTP fixtures.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"rspec-http-fixtures\"\n```\n\nAnd then execute:\n\n```shell\nbundle install\n```\n\nOr install it yourself as:\n\n```shell\ngem install rspec-http-fixtures\n```\n\n## Usage\n\nWithin `rails_helper.rb`\n\n```ruby\nrequire \"rspec-http-fixtures\"\n\nRSpec.configure do |config|\n  # Specify where fixtures will be located\n  config.http_fixtures_path = Rails.root.join(\"spec/fixtures\")\n\n\n  # Include helpers that are available within fixtures\n  config.http_fixtures_include FixtureHelpers\nend\n```\n\nWork with fixtures using the following helpers\n\n```ruby\nread_http_fixture(\"stripe/subscription.json.erb\",\n  id: \"so_123\",\n)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/axsuul/rspec-http-fixtures.\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%2Faxsuul%2Frspec-http-fixtures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxsuul%2Frspec-http-fixtures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxsuul%2Frspec-http-fixtures/lists"}