elixir-amazon-history/test/amazon_history_test.exs

9 lines
156 B
Elixir
Raw Normal View History

2018-04-07 07:41:03 +00:00
defmodule AmazonHistoryTest do
use ExUnit.Case
doctest AmazonHistory
test "greets the world" do
assert AmazonHistory.hello() == :world
end
end