fisher/test/list-fishfile.fish
2016-03-08 22:16:59 +09:00

10 lines
271 B
Fish

set -l manifest $DIRNAME/fixtures/manifest
set -l plugins foo bar baz quux hoge foobar fred thud chomp gisty mof
test "$TESTNAME - Parse fishfile and retrieve plugin names with fisher list fishfile"
$plugins = (
fisher list $manifest/fishfile
)
end