From e79194233442e79e515c47c01573580fdf3690b7 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 10 Dec 2021 09:16:50 -0500 Subject: Update tests --- spec/novim_mode_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spec') diff --git a/spec/novim_mode_spec.rb b/spec/novim_mode_spec.rb index ce19704..1d0bc99 100644 --- a/spec/novim_mode_spec.rb +++ b/spec/novim_mode_spec.rb @@ -260,12 +260,10 @@ describe 'Pane control' do end specify 'closing a pane' do - # Open Netrw file manager in a sidebar - type 'Vexplore' + type 'vsplit README.md' buffer_id = vim.command "echo bufnr('%')" expect(buffer_id).to eq '2' - # Close Netrw pane type '' buffer_id = vim.command "echo bufnr('%')" expect(buffer_id).to eq '1' -- cgit v1.2.3-70-g09d2