Commit a17837b7 authored by Jorge's avatar Jorge

Add test stub for ta plugin.

parent c3874db8
......@@ -8,8 +8,10 @@ function describe_ta -d "ta: to-done task manager"
function after_all
end
# function it_does_something
# end
function it_does_something
ta -h
expect $status --to-equal 0
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment