oh-my-fish/script/run-tests.fish

6 lines
93 B
Fish
Executable File

#!/usr/bin/env fish
for test in (find * -type f -print | grep 'spec.fish')
fish $test
end