Update obsolete test function names

This commit is contained in:
Bruno Sutic 2015-08-02 22:53:03 +02:00
parent a521a4b731
commit e62d12c980
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ manually_install_the_plugin() {
git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin
}
test_plugin_installation() {
test_plugin_uninstallation() {
set_tmux_conf_helper <<- HERE
run-shell "$TPM_DIR/tpm"
HERE

View File

@ -15,7 +15,7 @@ manually_install_the_plugin() {
# TMUX KEY-BINDING TESTS
test_plugin_installation_via_tmux_key_binding() {
test_plugin_update_via_tmux_key_binding() {
set_tmux_conf_helper <<- HERE
set -g @plugin "tmux-plugins/tmux-example-plugin"
run-shell "$TPM_DIR/tpm"
@ -34,7 +34,7 @@ test_plugin_installation_via_tmux_key_binding() {
# SCRIPT TESTS
test_plugin_installation_via_script() {
test_plugin_update_via_script() {
set_tmux_conf_helper <<- HERE
set -g @plugin "tmux-plugins/tmux-example-plugin"
run-shell "$TPM_DIR/tpm"