Lasso
Lasso lets you spin up a local web server to assert on your application's HTTP interactions with remote services.
Inspired by Bypass and built on top of the great work on Bandit by Mat Trudel.
Installation
def deps do
[
{:lasso, "~> 0.1.4"}
]
end