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