9 lines
156 B
Elixir
9 lines
156 B
Elixir
|
defmodule AmazonHistoryTest do
|
||
|
use ExUnit.Case
|
||
|
doctest AmazonHistory
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert AmazonHistory.hello() == :world
|
||
|
end
|
||
|
end
|