Skip to content

Commit 840dbde

Browse files
committed
Fix: e2e spec for margin popup
1 parent c77329f commit 840dbde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/popups/margin_popup_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
require "spec_helper"
44

55
RSpec.describe "Margin Popup", :git, :nvim, :popup do # rubocop:disable RSpec/EmptyExampleGroup
6-
before { nvim.keys("L") }
7-
6+
let(:keymap) { "L" }
87
let(:view) do
98
[
109
" Arguments ",

0 commit comments

Comments
 (0)