elixir_rss/test/elixir_rss_test.exs
2024-10-10 22:04:34 -05:00

9 lines
144 B
Elixir

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