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