JanGorman / Hippolyte

HTTP Stubbing in Swift
MIT License
111 stars 18 forks source link

#55 Fixes for the issues happening because of stop() #56

Closed furrki closed 4 years ago

furrki commented 4 years ago

Add: isStarted check for shared.stop() Edit: guard let and toggle set to be if to be more safe Add: Hippolyte stop tests

For the issue: https://github.com/JanGorman/Hippolyte/issues/55

JanGorman commented 4 years ago

👍 looks good. Thanks for the contribution