Packages

weber - is Elixir MVC web framework.

Current section

Files

Jump to
weber test weber_test.exs
Raw

test/weber_test.exs

defmodule WeberTest do
use ExUnit.Case
test "the truth" do
assert(true)
end
end