Skip to content

Commit

Permalink
Add tests for status sub-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Feb 8, 2020
1 parent 58f1867 commit f9e369b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/puma-dev/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ func TestCommand_link_reassignExistingApp(t *testing.T) {

assert.Equal(t, fmt.Sprintf("! App '%s' already exists, pointed at '%s'\n", appAlias, appDir1), actual2)
}

func TestCommand_status(t *testing.T) {
assert.Nil(t, status())
}

0 comments on commit f9e369b

Please sign in to comment.