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