http_sunucu_test.exs 147 B

123456789
  1. defmodule HttpSunucuTest do
  2. use ExUnit.Case
  3. doctest HttpSunucu
  4. test "greets the world" do
  5. assert HttpSunucu.hello() == :world
  6. end
  7. end