oh-my-fish/plugins/ta/spec/ta.spec.fish
2015-03-18 08:53:14 +09:00

17 lines
222 B
Fish

import plugins/fish-spec
import plugins/ta
function describe_ta -d "ta: to-done task manager"
function before_all
end
function after_all
end
function it_does_something
end
end
# spec.run $argv