Do not run empty ta's test stub.

This commit is contained in:
Jorge 2015-03-18 08:53:14 +09:00
parent a17837b7f3
commit 34cd7dc10e

View File

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