Add test stub for ta plugin.

This commit is contained in:
Jorge 2015-03-18 08:49:35 +09:00
parent c3874db85e
commit a17837b7f3

View File

@ -8,8 +8,10 @@ function describe_ta -d "ta: to-done task manager"
function after_all function after_all
end end
# function it_does_something function it_does_something
# end ta -h
expect $status --to-equal 0
end
end end