From 393a533b662efa7c844f125ec33e2ec7773320fd Mon Sep 17 00:00:00 2001 From: Jeremy Saenz Date: Thu, 18 Jul 2013 18:03:40 -0700 Subject: [PATCH] JMS #4: Removing tests from command_test --- command_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/command_test.go b/command_test.go index 9730c6d..86098b9 100644 --- a/command_test.go +++ b/command_test.go @@ -3,10 +3,3 @@ package cli import ( "testing" ) - -func Test_True(t *testing.T) { - expect(t, true, true) -} - -func Test_Run(t *testing.T) { -}