mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-17 17:23:58 +01:00
#611: Allow to configure alias automatically by calling fuck
twice
This commit is contained in:
@@ -37,3 +37,6 @@ class TestGeneric(object):
|
||||
def test_split_command(self, shell):
|
||||
assert shell.split_command('ls') == ['ls']
|
||||
assert shell.split_command(u'echo café') == [u'echo', u'café']
|
||||
|
||||
def test_how_to_configure(self, shell):
|
||||
assert shell.how_to_configure() is None
|
||||
|
Reference in New Issue
Block a user