Elixir ATProtocol ingestion and sync library.
at main 8 lines 138 B view raw
1defmodule DrinkupTest do 2 use ExUnit.Case 3 doctest Drinkup 4 5 test "greets the world" do 6 assert Drinkup.hello() == :world 7 end 8end