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