mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 20:20:49 +00:00
Add Gleam (#67)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
defmodule TestTest do
|
||||
use ExUnit.Case
|
||||
doctest Test
|
||||
|
||||
test "greets the world" do
|
||||
out = Logfmt.encode(foo: "bar")
|
||||
assert out == "foo=bar"
|
||||
end
|
||||
|
||||
test "ensures ssl" do
|
||||
assert {:ok, _} = Application.ensure_all_started(:ssl)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user