rdp / os

The OS gem allows for some easy telling if you’re on windows or not. OS.windows? as well as some other helper utilities
MIT License
145 stars 33 forks source link

Migrate autotest => guard-rspec #71

Closed pboling closed 1 year ago

pboling commented 1 year ago

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:

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