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