Skip to content

Commit 05b7373

Browse files
committed
Stop vim after all tests run
1 parent 6947335 commit 05b7373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/yankstack/yankstack_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
vim.source VIM_REPEAT_PATH
1717
end
1818

19-
# after(:all) { vim.stop }
19+
after(:all) { vim.stop }
2020
before(:each) { vim.clear_buffer }
2121

2222
shared_examples "yanking and pasting" do

0 commit comments

Comments
 (0)