-
Notifications
You must be signed in to change notification settings - Fork 13
Watch to Reload Spin Server #3
Comments
This is an interesting question. This gem currently handles both starting the server as well as pushing tests to the server to be run. Contrast that to the We could definitely think of a workaround to implement this behavior, but I'm wondering if this single gem should really be split into two: (1) a gem that starts/restarts the spin server (2) a gem that pushes tests to the spin server.
I suppose they could even be part of this same gem, just split into two separate guards. What do you think? |
With the way guard works and to make this actually work where the spin server would automatically be restarted when certain files are changed would require it to be in 2 gems, or at least 2 different guards as you suggest. I haven't had the time to rework this gem to support this but thanks for your input. |
I don't think |
There is no way of telling Guard-Spin to reload the spin server and there are some files if changed should force the spin server to reload.
The text was updated successfully, but these errors were encountered: