diff --git a/cmd/puma-dev/command_test.go b/cmd/puma-dev/command_test.go index 674e3f09..abca4d0a 100644 --- a/cmd/puma-dev/command_test.go +++ b/cmd/puma-dev/command_test.go @@ -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()) +}