From 8a385ffa540d2e9db4dab7af114da75c6b0b59ca Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 28 Aug 2013 17:48:47 +0430 Subject: [PATCH] little corrections --- test/completions.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/completions.vim b/test/completions.vim index 200d9dc..8e2b579 100644 --- a/test/completions.vim +++ b/test/completions.vim @@ -26,14 +26,14 @@ describe 'completions' Expect getline('.') == 'IndentationError().filename' end - it 'typing' + it 'dot_open' normal oraisX ImpXErrX() Expect getline('.') == 'raise ImportError()' end it 'cycling through entries' - execute "normal oimpX\\\" - Expect getline('.') == 'ImportWarning' + execute "normal oraise impX\\\" + Expect getline('.') == 'raise ImportWarning' end end