aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-23 00:35:11 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-23 00:35:11 +0200
commitbdd9a92789d4a86b20a8d3df462df373f41acf23 (patch)
tree02d06216eba1b85a5b3c10af0865c6f4761a6464 /common_test.go
parentb359f11ea09e642695edcd114b463da4395b10c1 (diff)
downloadgo-git-bdd9a92789d4a86b20a8d3df462df373f41acf23.tar.gz
new remote abstraction
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/common_test.go b/common_test.go
new file mode 100644
index 0000000..3f25ad9
--- /dev/null
+++ b/common_test.go
@@ -0,0 +1,9 @@
+package git
+
+import (
+ "testing"
+
+ . "gopkg.in/check.v1"
+)
+
+func Test(t *testing.T) { TestingT(t) }