JMS #4: Removing tests from command_test

This commit is contained in:
Jeremy Saenz 2013-07-18 18:03:40 -07:00
parent 59b0ce24ef
commit 393a533b66

View File

@ -3,10 +3,3 @@ package cli
import (
"testing"
)
func Test_True(t *testing.T) {
expect(t, true, true)
}
func Test_Run(t *testing.T) {
}