aboutsummaryrefslogtreecommitdiffstats
path: root/objects_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-09-21 22:53:25 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-09-21 22:53:25 +0200
commit4912552b913f1f575f9cc358b46bcdbe884e7279 (patch)
treebb9af82a517d32c2d7ce66240989f3c65b2f44b6 /objects_test.go
parent18d7e8eb4610a224c28ec848692d199669be3e8e (diff)
downloadgo-git-4912552b913f1f575f9cc358b46bcdbe884e7279.tar.gz
tags tests, Tag.String and Commit.String
Diffstat (limited to 'objects_test.go')
-rw-r--r--objects_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/objects_test.go b/objects_test.go
index d28ff21..ab4aa30 100644
--- a/objects_test.go
+++ b/objects_test.go
@@ -9,10 +9,6 @@ import (
. "gopkg.in/check.v1"
)
-var fixturesURL = []packedFixture{
- {"https://github.com/spinnaker/spinnaker.git", "formats/packfile/fixtures/spinnaker-spinnaker.pack"},
-}
-
type ObjectsSuite struct {
BaseSuite
}