pre-set this value

This commit is contained in:
Cameron 2024-05-20 23:18:11 +02:00
parent 62fc28db59
commit a223cd34d8
No known key found for this signature in database
GPG key ID: 7998CB3EA6CE5CBC

View file

@ -26,6 +26,8 @@ RSpec.describe "Branch Popup", :git, :nvim do
end
describe "branch.<current>.rebase" do
before { git.config("pull.rebase", "false") }
it "can change rebase setting" do
expect(git.config("branch.#{git.branch.name}.rebase")).to eq("")
expect(git.config("pull.rebase")).to eq("false")