We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5140 commit aaa7a15Copy full SHA for aaa7a15
1 file changed
_tests/releases_test.go
@@ -16,7 +16,7 @@ var _ = Describe("Releases", func() {
16
It("can deploy the app", func() {
17
output, err := execute("deis pull deis/example-go -a %s", appName)
18
Expect(err).To(BeNil())
19
- Expect(output).To(ContainSubstring(HavePrefix("Creating build... done")))
+ Expect(output).To(ContainSubstring("Creating build... done"))
20
})
21
22
0 commit comments