mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-28 02:30:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
@@ -0,0 +1,9 @@
|
||||
defmodule TestTest do
|
||||
use ExUnit.Case
|
||||
doctest Test
|
||||
|
||||
test "greets the world" do
|
||||
out = Logfmt.encode(foo: "bar")
|
||||
assert out == "foo=bar"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user