feed_parser/test/feed_parser_test.exs

9 lines
147 B
Elixir
Raw Normal View History

2019-08-31 23:02:41 +00:00
defmodule FeedParserTest do
use ExUnit.Case
doctest FeedParser
test "greets the world" do
assert FeedParser.hello() == :world
end
end