Current section
Files
Jump to
Current section
Files
test/yamlscript_test.exs
defmodule YamlscriptTest do
use ExUnit.Case
doctest Yamlscript
test "greets the world" do
assert Yamlscript.hello() == :world
end
end