Test "/account show <account>" when account exists

This commit is contained in:
James Booth
2013-12-15 23:26:02 +00:00
parent 838e6e1f5b
commit 2197804826
3 changed files with 22 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ void cmd_account_shows_account_when_connected_and_no_args(void **state);
void cmd_account_list_shows_accounts(void **state);
void cmd_account_show_shows_usage_when_no_arg(void **state);
void cmd_account_show_shows_message_when_account_does_not_exist(void **state);
void cmd_account_show_shows_message_when_account_exists(void **state);