Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Sep 11, 2018
1 parent b18b7a9 commit d8a193b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions out/out_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ var _ = Describe("Out", func() {

Context("when executed against a mock URL", func() {
var request out.OutRequest
var response out.OutResponse

var server *ghttp.Server

Expand All @@ -119,8 +118,6 @@ var _ = Describe("Out", func() {
},
},
}
response = out.OutResponse{}

})

AfterEach(func() {
Expand Down Expand Up @@ -237,14 +234,6 @@ var _ = Describe("Out", func() {
Expect(session.Err).To(Say("git.*... .*SKIPPING"))
Expect(session.Err).To(Say("middle/git2.*... .*SKIPPING"))
})

// It("outputs the current time", func() {
// session := runCommand(outCmd, request)

// err := json.Unmarshal(session.Out.Contents(), &response)
// Ω(err).ShouldNot(HaveOccurred())
// Ω(response.Version.Time).Should(BeTemporally("~", time.Now(), time.Second))
// })
})

Context("when a comment file is specified", func() {
Expand Down

0 comments on commit d8a193b

Please sign in to comment.