{"id":18605304,"url":"https://github.com/fny/rspec-inherit_from_matcher","last_synced_at":"2025-04-10T20:30:59.300Z","repository":{"id":31622705,"uuid":"35187781","full_name":"fny/rspec-inherit_from_matcher","owner":"fny","description":"RSpec matcher for checking whether a class inherits from another","archived":false,"fork":false,"pushed_at":"2015-05-06T23:37:58.000Z","size":128,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T03:51:14.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fny.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}},"created_at":"2015-05-06T23:17:19.000Z","updated_at":"2017-07-19T06:34:29.000Z","dependencies_parsed_at":"2022-09-09T23:23:21.076Z","dependency_job_id":null,"html_url":"https://github.com/fny/rspec-inherit_from_matcher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Frspec-inherit_from_matcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Frspec-inherit_from_matcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Frspec-inherit_from_matcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Frspec-inherit_from_matcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fny","download_url":"https://codeload.github.com/fny/rspec-inherit_from_matcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290019,"owners_count":21078923,"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-11-07T02:20:48.641Z","updated_at":"2025-04-10T20:30:59.009Z","avatar_url":"https://github.com/fny.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSpec Inherit From Matcher :family:\n\n[![Gem Version](https://badge.fury.io/rb/rspec-inherit_from_matcher.svg)](http://badge.fury.io/rb/rspec-inherit_from_matcher)\n[![Build Status](https://travis-ci.org/fny/rspec-inherit_from_matcher.svg)](https://travis-ci.org/fny/rspec-inherit_from_matcher)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngroup :test do\n  gem 'rspec-inherit_from_matcher'\nend\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-inherit_from_matcher\n\n## Usage\n\n```ruby\n# Setup\nParent = Class.new\nChild = Class.new(Parent)\n\n# In your examples\nexpect(Child).to inherit_from(Parent)\nexpect(Parent).not_to inherit_from(Child)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment. You can run the tests with `rake spec`\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\n\n## Contributing\n\n1. Fork it ( https://github.com/fny/rspec-inherit_from_matcher/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Frspec-inherit_from_matcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffny%2Frspec-inherit_from_matcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Frspec-inherit_from_matcher/lists"}