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