rubocop fixed

This commit is contained in:
rajavi-mishra 2021-04-24 22:40:48 -07:00
parent 4307fa9538
commit 4ce418002d

View file

@ -17,7 +17,7 @@ feature Commercial do
end
scenario 'contains the conference name in the title', feature: true, js: true do
header = conference.title + " Materials"
header = conference.title + ' Materials'
expect(page).to have_content(header)
end