We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77329f commit 840dbdeCopy full SHA for 840dbde
spec/popups/margin_popup_spec.rb
@@ -3,8 +3,7 @@
3
require "spec_helper"
4
5
RSpec.describe "Margin Popup", :git, :nvim, :popup do # rubocop:disable RSpec/EmptyExampleGroup
6
- before { nvim.keys("L") }
7
-
+ let(:keymap) { "L" }
8
let(:view) do
9
[
10
" Arguments ",
0 commit comments