{"id":15459189,"url":"https://github.com/wilddima/rspec-live_controllers","last_synced_at":"2026-04-17T07:33:14.327Z","repository":{"id":56892928,"uuid":"138879896","full_name":"wilddima/rspec-live_controllers","owner":"wilddima","description":"RSpec matchers for ActionController::Live","archived":false,"fork":false,"pushed_at":"2018-08-09T12:54:33.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T11:34:14.076Z","etag":null,"topics":["actioncontroller","rails","rspec"],"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/wilddima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-27T12:41:44.000Z","updated_at":"2019-12-18T22:35:10.000Z","dependencies_parsed_at":"2022-08-20T16:10:40.558Z","dependency_job_id":null,"html_url":"https://github.com/wilddima/rspec-live_controllers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wilddima/rspec-live_controllers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilddima%2Frspec-live_controllers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilddima%2Frspec-live_controllers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilddima%2Frspec-live_controllers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilddima%2Frspec-live_controllers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilddima","download_url":"https://codeload.github.com/wilddima/rspec-live_controllers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilddima%2Frspec-live_controllers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["actioncontroller","rails","rspec"],"created_at":"2024-10-01T23:05:20.610Z","updated_at":"2026-04-17T07:33:14.295Z","avatar_url":"https://github.com/wilddima.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rspec::LiveControllers\n\n[![Build Status](https://travis-ci.org/wilddima/rspec-live_controllers.svg?branch=master)](https://travis-ci.org/wilddima/rspec-live_controllers)\n\nRSpec matchers for `ActionController::Live`\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rspec-live_controllers'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rspec-live_controllers\n\n## Usage\n\n```ruby\nrequire 'rspec-live_controllers'\n\nRSpec.configure do |config|\n  config.include RSpec::LiveControllers\nend\n```\n\nmatchers:\n\n```ruby\nsubject { post :create }\n\nit 'writes to stream' do\n  expect { subject }.to write_to_stream('1')\nend\n\nit 'writes to stream' do\n  expect { subject }.to write_to_stream('1').at_least(1).times\nend\n\nit 'writes to stream' do\n  expect { subject }.to write_to_stream('1').at_most(1).times\nend\n\nit 'writes to stream' do\n  expect { subject }.to write_to_stream('1').exactly(1).times\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rspec-live_controllers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Rspec::LiveControllers project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/rspec-live_controllers/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilddima%2Frspec-live_controllers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilddima%2Frspec-live_controllers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilddima%2Frspec-live_controllers/lists"}