Packages

Load YAML files with optional YS functional programming

Current section

Files

Jump to
yamlscript test yamlscript_test.exs
Raw

test/yamlscript_test.exs

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