Replace template tag with version (#1079)

This commit is contained in:
Oliver Weiler
2022-03-26 10:06:43 +01:00
committed by GitHub
parent 3125e13500
commit 31d2765073

View File

@@ -30,6 +30,6 @@ class {{brewFormulaName}} < Formula
end
test do
assert_match {{projectVersion}}, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
assert_match version, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
end
end