fixes from option change
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user