{"id":35038062,"url":"https://github.com/fteem/minitest-paste","last_synced_at":"2026-05-21T11:30:59.306Z","repository":{"id":56883934,"uuid":"49468814","full_name":"fteem/minitest-paste","owner":"fteem","description":"Minitest plugin that uploads test failures in plain text for easier sharing","archived":false,"fork":false,"pushed_at":"2016-01-13T14:21:57.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-22T03:16:38.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/minitest-paste","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fteem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-12T02:20:57.000Z","updated_at":"2016-08-05T18:06:09.000Z","dependencies_parsed_at":"2022-08-20T13:10:49.393Z","dependency_job_id":null,"html_url":"https://github.com/fteem/minitest-paste","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fteem/minitest-paste","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fminitest-paste","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fminitest-paste/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fminitest-paste/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fminitest-paste/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fteem","download_url":"https://codeload.github.com/fteem/minitest-paste/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fminitest-paste/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33299037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"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-27T08:03:59.720Z","updated_at":"2026-05-21T11:30:59.289Z","avatar_url":"https://github.com/fteem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minitest::Paste\n\nMinitest::Paste is a minitest plugin/extension which takes all of your test\nfailures, compiles and uploads them to dpaste.com. Additionally, it copies the\ndpaste.com link to your clipboard, so you can share the test issues you are\nexperiencing with your colleagues.\n\n**Why Dpaste.com not Pastebin or the others?**\n\nBecause dpaste.com has a very simple and open API, which does not need any API\nkeys and/or authentication. Honestly, I just did not want to bother with all\nthat stuff.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'minitest-paste'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install minitest-paste\n\n## Usage\n\nIn your `test_helper.rb`, after the line that requires Minitest, add this:\n\n```ruby\nrequire \"minitest/paste\"\n```\n\nThen, to use the plugin when running your tests, add the `--paste` switch. After,\nthe tests are run, you will have the dpaste.com link in your clipboard, ready to\nshare.\n\n## Development\n\nNothing special, just clone the repo and off you go.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/fteem/minitest-paste.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fminitest-paste","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffteem%2Fminitest-paste","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fminitest-paste/lists"}