{"id":19680789,"url":"https://github.com/codewars/ruby-test_compat","last_synced_at":"2026-05-18T19:33:40.039Z","repository":{"id":73890453,"uuid":"352879831","full_name":"codewars/ruby-test_compat","owner":"codewars","description":"Provides methods from the deprecated custom test framework to be used with RSpec.","archived":false,"fork":false,"pushed_at":"2021-03-30T05:36:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-30T19:51:02.958Z","etag":null,"topics":["code-runner","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/codewars.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-03-30T05:23:40.000Z","updated_at":"2021-12-08T11:45:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"5def9a40-622f-45f5-a909-47c9192af0c5","html_url":"https://github.com/codewars/ruby-test_compat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codewars/ruby-test_compat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fruby-test_compat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fruby-test_compat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fruby-test_compat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fruby-test_compat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars","download_url":"https://codeload.github.com/codewars/ruby-test_compat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fruby-test_compat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166389,"owners_count":25233953,"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-09-08T02:00:09.813Z","response_time":121,"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":["code-runner","ruby"],"created_at":"2024-11-11T18:06:08.056Z","updated_at":"2026-05-18T19:33:35.001Z","avatar_url":"https://github.com/codewars.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `codewars_test_compat`\n\nProvides methods from the deprecated custom test framework to be used with RSpec.\n\nThe goal of this gem is to ease the language version upgrade.\nNew tests should not use this.\n\n## Usage\n\n`spec/spec_helper.rb`\n\n```ruby\n# frozen_string_literal: true\nrequire \"codewars_test_compat\" # Defines `Test.*`\n```\n\nTests written with the deprecated custom test framework:\n\n```ruby\n# spec/example_spec.rb\ndescribe \"Example Group\" do\n  it \"should have the same syntax\" do\n    Test.assert_equals(add(1, 1), 2)\n  end\nend\n```\n\n```bash\nbundle exec rspec --require spec_helper\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fruby-test_compat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewars%2Fruby-test_compat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fruby-test_compat/lists"}