mail not whitelisted when not set
This commit is contained in:
@@ -2,7 +2,7 @@ defmodule BasicSignupWhitelistTest do
|
||||
use ExUnit.Case
|
||||
doctest BasicSignupWhitelist
|
||||
|
||||
test "greets the world" do
|
||||
assert BasicSignupWhitelist.hello() == :world
|
||||
test "When not set, not whitelisted" do
|
||||
assert BasicSignupWhitelist.mail_whitelisted("joe@example.com") == false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user