JMS #4: Flag testing

This commit is contained in:
Jeremy Saenz
2013-07-18 17:39:42 -07:00
parent 3f76896c4f
commit 3119b075d6
5 changed files with 100 additions and 69 deletions

View File

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