{"id":15405869,"url":"https://github.com/elia/rspec-rails-watchr","last_synced_at":"2025-07-05T09:06:08.013Z","repository":{"id":2111834,"uuid":"3053743","full_name":"elia/rspec-rails-watchr","owner":"elia","description":"MOVED TO spectator","archived":false,"fork":false,"pushed_at":"2011-12-26T22:46:21.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"spectator","last_synced_at":"2025-05-23T23:37:09.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/elia/spectator","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/elia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-26T22:46:08.000Z","updated_at":"2019-07-09T11:38:50.000Z","dependencies_parsed_at":"2022-09-02T04:00:31.538Z","dependency_job_id":null,"html_url":"https://github.com/elia/rspec-rails-watchr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elia/rspec-rails-watchr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Frspec-rails-watchr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Frspec-rails-watchr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Frspec-rails-watchr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Frspec-rails-watchr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elia","download_url":"https://codeload.github.com/elia/rspec-rails-watchr/tar.gz/refs/heads/spectator","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Frspec-rails-watchr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715326,"owners_count":23500242,"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-10-01T16:18:49.014Z","updated_at":"2025-07-05T09:06:07.986Z","avatar_url":"https://github.com/elia.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Usage\n\nIn your specs.watchr file just add:\n\n    @specs_watchr ||= Rspec::Rails::Watchr.new(self)\n\nThen launch `watchr` as usual (probably `bundle exec watchr`).\n\n## Instructions\n\nThe normal behavior is similar to `autotest --fast-start --no-full-after-failed` \nbut gives the user a bit more control over execution. By hitting CTRL+C (or CMD+. on OSX)\nyou get the following prompt:\n\n    ^C (Interrupted with CTRL+C)\n    --- What to do now? (q=quit, a=all-specs, r=reload): \n\n## Advanced\n\nIf you want to override some path matching:\n\n    @specs_watchr ||= Rspec::Rails::Watchr.new(self) do |path, specs|\n      case path\n      when %r{lib/calibration_with_coefficients}\n        specs.grep(%r{models/(logarithmic|polynomial)_calibration})\n      when %r{app/models/telemetry_parameter}\n        specs.grep(%r{models/telemetry_parameter})\n      end\n    end\n\n\n\n\nCopyright (c) 2011 Elia Schito, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felia%2Frspec-rails-watchr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felia%2Frspec-rails-watchr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felia%2Frspec-rails-watchr/lists"}