rubocop fixed
This commit is contained in:
parent
4307fa9538
commit
4ce418002d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue