Incorporate feedback about usued elements and typos

This commit is contained in:
Felipe Sere
2016-04-25 22:40:00 +01:00
parent ab72b0e908
commit 1357235f8a
3 changed files with 2 additions and 19 deletions

View File

@@ -18,8 +18,6 @@ defmodule TrackerTest do
Tracker.start(@sample_modules)
Tracker.completed(:"Hi there")
Tracker.completed(:"Hi there")
Tracker.completed(:"Hi there")
Tracker.completed(:"Hi there")
assert Tracker.get == %{total: 2, current: 1}
end
end