9 lines
144 B
Elixir
9 lines
144 B
Elixir
defmodule ElixirRssTest do
|
|
use ExUnit.Case
|
|
doctest ElixirRss
|
|
|
|
test "greets the world" do
|
|
assert ElixirRss.hello() == :world
|
|
end
|
|
end
|