Skip to content

Instantly share code, notes, and snippets.

@blackode
Created February 14, 2017 10:36
Show Gist options
  • Save blackode/bcd02fd1af6937a59316d1120f84ea22 to your computer and use it in GitHub Desktop.
Save blackode/bcd02fd1af6937a59316d1120f84ea22 to your computer and use it in GitHub Desktop.
Testing GenServer Setup
setup do
{:ok,server_pid} = PasswordLock.start_link("foo")
{:ok,server: server_pid}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment