rubocop fixed

This commit is contained in:
rajavi-mishra 2021-04-24 22:40:48 -07:00 committed by CactusPuppy
parent db30c8de1b
commit 99f84a597a
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -10,14 +10,14 @@ feature Commercial do
let!(:participant) { create(:user) }
context 'in admin area' do
before do
sign_in organizer
visit admin_conference_commercials_path(conference.short_title)
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