Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 21:29
Show Gist options
  • Select an option

  • Save lasseebert/999e43f52ddce40477c8ec8643171c29 to your computer and use it in GitHub Desktop.

Select an option

Save lasseebert/999e43f52ddce40477c8ec8643171c29 to your computer and use it in GitHub Desktop.
test "it handles invalid email" do
{:error, :invalid_email} = Invite.call(%{email: "Alice and Bob"})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment