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