From 34cd7dc10ef8cdda537c6e28ed8251c21254abfd Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 18 Mar 2015 08:53:14 +0900 Subject: [PATCH] Do not run empty ta's test stub. --- plugins/ta/spec/ta.spec.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/ta/spec/ta.spec.fish b/plugins/ta/spec/ta.spec.fish index 60e3d46..55d6d75 100644 --- a/plugins/ta/spec/ta.spec.fish +++ b/plugins/ta/spec/ta.spec.fish @@ -9,10 +9,8 @@ function describe_ta -d "ta: to-done task manager" end function it_does_something - ta -h - expect $status --to-equal 0 end end -spec.run $argv +# spec.run $argv