{"id":26518842,"url":"https://github.com/mizor/active_decorator-rspec","last_synced_at":"2025-10-09T10:12:01.881Z","repository":{"id":20232203,"uuid":"23504136","full_name":"mizoR/active_decorator-rspec","owner":"mizoR","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-15T13:25:01.000Z","size":24,"stargazers_count":26,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-06T19:53:17.533Z","etag":null,"topics":["gem","rspec","ruby"],"latest_commit_sha":null,"homepage":"http://rubygems.org/gems/active_decorator-rspec","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/mizoR.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":"2014-08-31T01:30:20.000Z","updated_at":"2025-02-23T16:23:39.000Z","dependencies_parsed_at":"2022-07-22T10:32:07.856Z","dependency_job_id":null,"html_url":"https://github.com/mizoR/active_decorator-rspec","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mizoR/active_decorator-rspec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizoR%2Factive_decorator-rspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizoR%2Factive_decorator-rspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizoR%2Factive_decorator-rspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizoR%2Factive_decorator-rspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizoR","download_url":"https://codeload.github.com/mizoR/active_decorator-rspec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizoR%2Factive_decorator-rspec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001323,"owners_count":26083040,"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-10-09T02:00:07.460Z","response_time":59,"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":["gem","rspec","ruby"],"created_at":"2025-03-21T10:15:59.652Z","updated_at":"2025-10-09T10:12:01.847Z","avatar_url":"https://github.com/mizoR.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveDecorator::RSpec\n\n[![Gem Version](https://img.shields.io/gem/v/active_decorator-rspec.svg?style=flat)](http://rubygems.org/gems/active_decorator-rspec)\n[![Build Status](https://img.shields.io/travis/mizoR/active_decorator-rspec/master.svg?style=flat)](https://travis-ci.org/mizoR/active_decorator-rspec)\n[![Coverage Status](https://img.shields.io/coveralls/mizoR/active_decorator-rspec/master.svg?style=flat)](https://coveralls.io/r/mizoR/active_decorator-rspec?branch=master)\n[![Code Climate](https://img.shields.io/codeclimate/github/mizoR/active_decorator-rspec/badges/gpa.svg?style=flat)](https://codeclimate.com/github/mizoR/active_decorator-rspec)\n[![Dependency Status](https://img.shields.io/gemnasium/mizoR/active_decorator-rspec.svg?style=flat)](https://gemnasium.com/mizoR/active_decorator-rspec)\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'active_decorator-rspec'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install active_decorator-rspec\n\nAnd require it as:\n\n```\nrequire \"active_decorator/rspec\"\n```\n\n## Usage\n\n```rb\n# spec/decorators/author_decorator_spec.rb\ndescribe AuthorDecorator do\n  let(:author) { Author.create name: 'boo' }\n  subject { decorate author }\n\n  its(:reverse_name) { should eq 'oob' }\nend\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/mizoR/active_decorator-rspec/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%2Fmizor%2Factive_decorator-rspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizor%2Factive_decorator-rspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizor%2Factive_decorator-rspec/lists"}