Skip to content

Commit

Permalink
Rename sys.Executor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrts committed Aug 20, 2015
1 parent 230a00d commit 1525d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sys/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/tmrts/flamingo/pkg/sys"
)

func TestCommandExecution(t *testing.T) {
func TestExecutesACommand(t *testing.T) {
Convey("Given a command and a list of arguments", t, func() {
cmd, args := "echo", []string{"-n", "fi fye fo fum"}

Expand All @@ -21,7 +21,7 @@ func TestCommandExecution(t *testing.T) {
})
}

func TestExecutingACommandWithErrors(t *testing.T) {
func TestExecutesAnInvalidCommand(t *testing.T) {
Convey("Given an erroneous command", t, func() {
cmd := "tHiScOmMaNdDoEsNtExIsT"

Expand Down

0 comments on commit 1525d56

Please sign in to comment.