Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate autotest => guard-rspec #71

Merged
merged 8 commits into from
Dec 15, 2022
Merged

Conversation

pboling
Copy link
Collaborator

@pboling pboling commented Dec 11, 2022

Evaluated all possible autotest options.

rspec-autotest doesn't ship with an autotest script, and expects a separate tool to provide it. I tried all the possible autotest providers, and:

  • ZenTest no longer ships with an autotest command, and recommends people use minitest-autotest instead.
  • minitest-autotest is only for minitest, which surprises no-one.
  • autotest-standalone hasn't been touched since 2012, and doesn't know about RSpec v3.

So the only option is to migrate to guard-rspec, which is a capable autotest replacement tool.

NOTE: This PR sits on top of #59 and #68 out of necessity.

Fixes #70

🚑️ Remove circular dependency; Fix specs
Signed-off-by: Peter Boling <peter.boling@gmail.com>
- Upgrade to rake 10.5
- Upgrade to bundler 2.3
- Upgrade RSpec test syntax with transpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate autotest => guard-rspec
1 participant