From b430740f94385419258e16fdf5f22dd20a5637e6 Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Mon, 24 Mar 2014 04:34:40 -0500 Subject: [PATCH] Fix test case introduced in last commit. --- spec/indent/indent_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/indent/indent_spec.rb b/spec/indent/indent_spec.rb index e300cb0..15e265a 100644 --- a/spec/indent/indent_spec.rb +++ b/spec/indent/indent_spec.rb @@ -217,8 +217,8 @@ shared_examples_for "vim" do end describe "when current line is dedented compared to the last non-empty line" do - before { vim.feedkeys 'i\\if x:\y = True\\\' } - it "and current line has a valid indentation (Part 1)" do + before { vim.feedkeys 'i\\if x:\y = True\\\' } + it "and current line has a valid indentation" do vim.feedkeys '0i\if y:' proposed_indent.should == -1 end -- 2.39.2