systembooster/test/system_booster_test.exs

9 lines
156 B
Elixir
Raw Permalink Normal View History

2019-07-30 22:45:11 -04:00
defmodule SystemBoosterTest do
use ExUnit.Case
doctest SystemBooster
test "greets the world" do
assert SystemBooster.hello() == :world
end
end