steamwebapi/test/steamwebapi_test.exs

9 lines
150 B
Elixir

defmodule SteamwebapiTest do
use ExUnit.Case
doctest Steamwebapi
test "greets the world" do
assert Steamwebapi.hello() == :world
end
end