{"id":16573667,"url":"https://github.com/dkarter/failspell","last_synced_at":"2025-06-19T22:07:38.651Z","repository":{"id":56845417,"uuid":"43174864","full_name":"dkarter/FailSpell","owner":"dkarter","description":"Speed up your TDD workflow with FailSpell the RSpec failure re-runner","archived":false,"fork":false,"pushed_at":"2024-01-09T04:13:08.000Z","size":44,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T22:06:05.190Z","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/dkarter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-25T20:49:52.000Z","updated_at":"2016-12-15T09:20:17.000Z","dependencies_parsed_at":"2025-06-19T22:06:06.213Z","dependency_job_id":null,"html_url":"https://github.com/dkarter/FailSpell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkarter/FailSpell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2FFailSpell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2FFailSpell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2FFailSpell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2FFailSpell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkarter","download_url":"https://codeload.github.com/dkarter/FailSpell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2FFailSpell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260838646,"owners_count":23070609,"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-11T21:42:46.072Z","updated_at":"2025-06-19T22:07:33.622Z","avatar_url":"https://github.com/dkarter.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/failspell)](https://rubygems.org/gems/failspell) [![Gem Version](https://badge.fury.io/rb/failspell.svg)](https://rubygems.org/gems/failspell) [![Build Status](https://travis-ci.org/dkarter/FailSpell.svg)](https://travis-ci.org/dkarter/FailSpell) [![Code Climate](https://codeclimate.com/github/dkarter/FailSpell/badges/gpa.svg)](https://codeclimate.com/github/dkarter/FailSpell) [![Test Coverage](https://codeclimate.com/github/dkarter/FailSpell/badges/coverage.svg)](https://codeclimate.com/github/dkarter/FailSpell/coverage) [![Dependency Status](https://gemnasium.com/dkarter/FailSpell.svg)](https://gemnasium.com/dkarter/FailSpell)\n# Failspell\n\nFailspell is a test suite runner for rspec that simplifies the TDD workflow. To\nillustrate, imagine the following pedestrian scenario:\n\nYou have a project with a fairly large test suite, you implement a feature using\nTDD, the feature tests pass and you decide to run your test suite to make sure\nthere are no regression side effects.\n\nSome 8 tests fail, bummer. Now you have to run each one individually to make\nsure you fixed them and at the end you want to run the whole suite again to make\nsure everything is green.\n\nIt's a long description but everyone who uses tmux and vim as their \"IDE\" knows\nthere are efficiencies that can be made.\n\nFailSpell magically runs your suite for you and then only failing tests,\nremoving those that passed from the interactive menu.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'failspell'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install failspell\n\n## Usage\n\nTo run failspell use\n\n```sh\nfspell --help\n```\n\nThis will output the following:\n\n```\nFailSpell commands:\n  fspell help [COMMAND]           # Describe available commands or one specific command\n  fspell rerun_failed [FILENAME]  # Re-Runs Failed Specs (alias rf)\n  fspell run_suite                # Run RSpec test suite (alias rs/run with no args)\n```\n\nRunning `fspell` with no arguments will run your test suite in the current\nproject directory.\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/dkarter/failspell.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Ffailspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkarter%2Ffailspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Ffailspell/lists"}