mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 01:56:08 +00:00
Initial commit
This commit is contained in:
@@ -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