Merge branch 'master' of github.com:nvbn/thefuck

This commit is contained in:
nvbn
2015-07-10 17:58:53 +03:00
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ def test_match(tmux_ambiguous):
def test_get_new_command(tmux_ambiguous):
assert get_new_command(Command('tmux list', stderr=tmux_ambiguous), None)\
== 'tmux list-buffers'
== 'tmux list-keys'