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