this is a weird spec

This commit is contained in:
Cameron 2024-07-23 09:13:01 +02:00
parent 56c31c4603
commit 19c1ab34e8
No known key found for this signature in database
GPG key ID: 7998CB3EA6CE5CBC

View file

@ -53,7 +53,7 @@ RSpec.describe "Log Buffer", :git, :nvim do
end
it "can open CommitView" do
nvim.keys("ll<up><down><enter>")
nvim.keys("ll<up><enter>")
expect(nvim.errors).to be_empty
expect(nvim.filetype).to eq("NeogitCommitView")
end