I had 2 issues with amnesia_test.exs when completing this chapter:
Should be "Amnesia.start" instead of "Amnesia.Start"
this only applies to the code shown in the video
book & github code are correct
I needed to add a directive for "use Amnesia" in amnesia_test.exs or i get
"(UndefinedFunctionError) function Amnesia.Helper.result/1 is undefined or private"
seems to be missing from video, book & github code.
think this is caused by a change to the Amnesia library (in Aug 2016).
I had 2 issues with amnesia_test.exs when completing this chapter:
Should be "Amnesia.start" instead of "Amnesia.Start"
I needed to add a directive for "use Amnesia" in amnesia_test.exs or i get "(UndefinedFunctionError) function Amnesia.Helper.result/1 is undefined or private"