{"id":45172791,"url":"https://github.com/radiantnode/rspec-flamingo","last_synced_at":"2026-02-20T08:32:18.291Z","repository":{"id":43219165,"uuid":"363711158","full_name":"radiantnode/rspec-flamingo","owner":"radiantnode","description":"A custom RSpec formatter that just outputs 🦩 for everything. This is made from an inside joke and should not be used in any sane workplace.","archived":false,"fork":false,"pushed_at":"2024-02-05T01:40:45.000Z","size":30,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T05:42:07.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/radiantnode.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":"2021-05-02T17:33:26.000Z","updated_at":"2024-07-15T23:02:33.000Z","dependencies_parsed_at":"2023-01-20T02:35:16.296Z","dependency_job_id":null,"html_url":"https://github.com/radiantnode/rspec-flamingo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radiantnode/rspec-flamingo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiantnode%2Frspec-flamingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiantnode%2Frspec-flamingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiantnode%2Frspec-flamingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiantnode%2Frspec-flamingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radiantnode","download_url":"https://codeload.github.com/radiantnode/rspec-flamingo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiantnode%2Frspec-flamingo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29645860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"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":"2026-02-20T08:32:17.675Z","updated_at":"2026-02-20T08:32:18.286Z","avatar_url":"https://github.com/radiantnode.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rspec-flamingo\n\n![](https://msimmons.s3.amazonaws.com/github/rspec-flamingo/rspec-flamingo.gif)\n\nA custom RSpec formatter that just outputs 🦩 for everything. This is made from an inside joke and should not be used in any sane workplace.\n\n### Install the gem\n\n```\ngit clone https://github.com/radiantnode/rspec-flamingo.git\ncd rspec-flamingo\ngem build rspec-flamingo.gemspec\ngem install rspec-flamingo-*.gem\n```\n\n### Enabling the flamingo 🦩\n\nYou can invoke the flamingo with the `--format` option when calling rspec:\n\n```\nrspec --require rspec-flamingo --format RSpecFlamingo::Formatter\n```\n\nOr if you are brave enable it in your `.rspec` file:\n\n```\n--require rspec-flamingo\n--format RSpecFlamingo::Formatter\n```\n\nNow you have the flamingo! 🦩 🎉\n\n```\nrspec\n🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩🦩\n```\n\n### Configuration\n\nYou can customize the emoji and summary output by defining a configuration block in your `spec_helper.rb`.\n\n```ruby\nRSpecFlamingo.configure do |config|\n  config.example_passed_emoji = '🎉'\n  config.example_failed_emoji = '🐊'\n  config.example_pending_emoji = '👷'\n  config.hide_summary = true   # Hide default RSpec progress formatter summary\n  config.hide_failures = true  # Hide default RSpec progress formatter failures\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiantnode%2Frspec-flamingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradiantnode%2Frspec-flamingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiantnode%2Frspec-flamingo/lists"}