defmodule HttpTest do use ExUnit.Case doctest ElixirRss test "fetch url" do assert ElixirRss.Http.fetch("https://shillerben.com") |> elem(0) == :ok end end