steamwebapi/test/steamwebapi_test.exs

9 lines
150 B
Elixir
Raw Normal View History

2020-02-17 04:30:14 -05:00
defmodule SteamwebapiTest do
use ExUnit.Case
doctest Steamwebapi
test "greets the world" do
assert Steamwebapi.hello() == :world
end
end