elixir-amazon-history/test/amazon_history_test.exs

9 lines
156 B
Elixir

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