{"id":22980970,"url":"https://github.com/rubyworks/rspec-ontap","last_synced_at":"2025-08-13T17:33:41.095Z","repository":{"id":2032852,"uuid":"2969471","full_name":"rubyworks/rspec-ontap","owner":"rubyworks","description":"RSpec On Tap-Y/J","archived":false,"fork":false,"pushed_at":"2015-07-17T19:55:26.000Z","size":123,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-01T10:49:36.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubyworks.github.com/rspec-ontap","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyworks.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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":"2011-12-13T03:16:52.000Z","updated_at":"2022-09-16T10:43:33.000Z","dependencies_parsed_at":"2022-08-06T12:00:17.643Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/rspec-ontap","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/rubyworks%2Frspec-ontap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Frspec-ontap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Frspec-ontap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Frspec-ontap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/rspec-ontap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229773540,"owners_count":18122031,"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":[],"created_at":"2024-12-15T01:46:19.972Z","updated_at":"2024-12-15T01:46:20.540Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSpec On Tap\n\n[Homepage](http://rubyworks.github.com/rspec-ontap) |\n[Source Code](http://github.com/rubyworks/rspec-ontap) |\n[Report Issue](http://github.com/rubyworks/rspec-ontap/issues)\n\n\n## Description\n\n**RSpec On Tap** is a TAP-Y/J formatter for RSpec.\n\nThe latest version works with **RSpec 3+ only**.\n\nYou can learn more about TAP-Y/J [here](https://github.com/rubyworks/tapout).\n\n\n## Usage\n\nUsage is simply a matter of requiring the plugin and passing the name of the\nformat class to the `rspec` command via the `-f` option.\n\n    $ rspec -r rspec/ontap -f RSpec::TapY spec/*.rb\n\nThis can be shortened to just:\n\n    $ rspec -f RSpec::TapY spec/*.rb\n\nThis works because RSpec will automatically require a related path -- in this\ncase `rspec/tap_y` -- if the class if initially undefined. The library file\n`rspec/tap_y` itself simply requires `rspec/ontap` (the same is true for\n`rspec/tap_j`).\n\nWith TAP-Y output in hand, the `tapout` tool can then be used to produce a\nvariety of other output formats. First, make sure Tapout is installed:\n\n    $ gem install tapout\n\nThen, for example:\n\n    $ rspec -f RSpec::TapY spec/*.rb | tapout progress\n\nSee the [TapOut project](http://rubyworks.github.com/tapout) for more information.\n\n\n\n## Installation\n\nInstallation follows the usual pattern:\n\n    $ gem install rspec-ontap\n\nOr using your Gemfile, add something like:\n\n    group :test do\n      gem \"rspec-ontap\", :require =\u003e false\n    end\n\n\n## Copyrights\n\nCopyright (c) 2011 Rubyworks. All Rights Reserved.\n\nRSpecOnTap is distributable in accordance with the *FreeBSD* license.\n\nSee LICENSE.txt for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Frspec-ontap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Frspec-ontap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Frspec-ontap/lists"}