bernardolins/fake_server

Stop server automatically

Closed this issue · 1 comments

Remove the need to stop the server after every test.

With the new syntax of FakeServer.update_behavior there's no need to do this, since the server can be stopped on ExUnit callback on_exit.