feed_parser/test/feed_parser_test.exs
2019-08-31 19:02:41 -04:00

9 lines
147 B
Elixir

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