Packages

A Statistic Counter designed for simplicity and ease of use. Stats are rolled into time periods of your choice.

Current section

Files

Jump to
simplestatex test simplestatex_test.exs
Raw

test/simplestatex_test.exs

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