mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
10 lines
275 B
Fish
10 lines
275 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
|