(t *testing.T)
| 171 | } |
| 172 | |
| 173 | func TestDoneNotMobProgramming(t *testing.T) { |
| 174 | output, configuration := setup(t) |
| 175 | |
| 176 | done(configuration) |
| 177 | |
| 178 | assertOutputContains(t, output, "to start working together") |
| 179 | } |
| 180 | |
| 181 | func TestExecuteInvalidCommandKicksOffHelp(t *testing.T) { |
| 182 | output, _ := setup(t) |
nothing calls this directly
no test coverage detected