oh-my-fish/plugins/ta/spec/ta.spec.fish

17 lines
222 B
Fish
Raw Normal View History

2015-02-22 01:14:45 +09:00
import plugins/fish-spec
import plugins/ta
function describe_ta -d "ta: to-done task manager"
function before_all
end
function after_all
end
2015-03-18 08:49:35 +09:00
function it_does_something
end
2015-02-22 01:14:45 +09:00
end
2015-03-18 08:53:14 +09:00
# spec.run $argv