Skip to content

Instantly share code, notes, and snippets.

@chiragtoor
Created November 22, 2016 05:28
Show Gist options
  • Save chiragtoor/ba427b347dcfc05991c06924d539c2cd to your computer and use it in GitHub Desktop.
Save chiragtoor/ba427b347dcfc05991c06924d539c2cd to your computer and use it in GitHub Desktop.
defmodule Project.FakeTwilio do
def send_text_message(phone_number, message), do: nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment