From a90680fd2405d9c3019ebb15a150d056fe9009fe Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Sat, 17 Jan 2015 03:03:40 -0200 Subject: [PATCH] enabling spec.spec.fish suite --- plugins/fish-spec/spec/spec.spec.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fish-spec/spec/spec.spec.fish b/plugins/fish-spec/spec/spec.spec.fish index f1116e6..bc9a6f4 100644 --- a/plugins/fish-spec/spec/spec.spec.fish +++ b/plugins/fish-spec/spec/spec.spec.fish @@ -127,4 +127,4 @@ function run_nested_suite -a suite return $result end -# spec.run $argv +spec.run $argv