Change all 'can not' to 'cannot' for proper usage

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2018-12-21 10:27:54 -05:00
parent 664076c259
commit 4d13262405
6 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ var _ = Describe("Common functions test", func() {
It("Test SystemExec", func() {
session := SystemExec(GoechoPath, []string{})
Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec can not start a process")
Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec cannot start a process")
})
It("Test StringInSlice", func() {