From a17837b7f3fbf98ffe908a9c521f5fefa758513c Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 18 Mar 2015 08:49:35 +0900 Subject: [PATCH] Add test stub for ta plugin. --- plugins/ta/spec/ta.spec.fish | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/ta/spec/ta.spec.fish b/plugins/ta/spec/ta.spec.fish index 5461901..60e3d46 100644 --- a/plugins/ta/spec/ta.spec.fish +++ b/plugins/ta/spec/ta.spec.fish @@ -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