Created
February 14, 2017 10:36
-
-
Save blackode/bcd02fd1af6937a59316d1120f84ea22 to your computer and use it in GitHub Desktop.
Testing GenServer Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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