fixes from option change

This commit is contained in:
2022-12-10 19:22:44 +02:00
parent 2abdf7add1
commit d936fc05ab
12 changed files with 117 additions and 124 deletions

View File

@ -3,9 +3,9 @@ require 'rails_helper'
RSpec.feature "Changes", type: :feature do
describe "GET /changes" do
it "returns http success" do
visit "/merged/changes"
expect(page).to have_title("Merged")
expect(page).to have_text("Pages")
visit "/merged/changes/index"
expect(page).to have_title("Deletions")
expect(page).to have_text("Additions")
end
end
end