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