feed_parser/test/feed_parser_test.exs

5 lines
71 B
Elixir

defmodule FeedParserTest do
use ExUnit.Case
doctest FeedParser
end