guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

issue #513: allow stop when not started #514

Closed ColinDKelley closed 3 years ago

ColinDKelley commented 3 years ago

Fix issue #513 .

This issue wasn't being caught by the unit tests because they stub the processor entirely. So I added a couple tests to acceptance_test.

Note: I changed the indentation to add a new context, so this is best reviewed with "hide whitespace changes".