Closed pboling closed 1 year ago
Evaluated all possible autotest options.
autotest
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:
rspec-autotest
ZenTest
minitest-autotest
minitest
autotest-standalone
So the only option is to migrate to guard-rspec, which is a capable autotest replacement tool.
guard-rspec
NOTE: This PR sits on top of #59 and #68 out of necessity.
Fixes #70
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 anautotest
command, and recommends people useminitest-autotest
instead.minitest-autotest
is only forminitest
, 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 capableautotest
replacement tool.NOTE: This PR sits on top of #59 and #68 out of necessity.
Fixes #70