From 31bc73d085ef03ab7b107d645e193ded0771782f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2013 03:25:16 -0700 Subject: [PATCH] Unyelpified testify completion. --- completions/_testify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/_testify b/completions/_testify index 5d7429fc..c16ad590 100644 --- a/completions/_testify +++ b/completions/_testify @@ -4,7 +4,7 @@ _testify() { typeset -A opt_args local context state line - BASE_TEST_PATH='yelp.tests' + BASE_TEST_PATH='tests' _arguments "1:testify_file:->file" "2:testify_:->test_case" case $state in