rubocop files update and auto correction
This commit is contained in:
parent
42e8bb11ea
commit
2a30b076b8
88 changed files with 519 additions and 452 deletions
|
|
@ -10,7 +10,7 @@ feature Lodging do
|
|||
|
||||
sign_in organizer
|
||||
visit admin_conference_lodgings_path(
|
||||
conference_id: conference.short_title)
|
||||
conference_id: conference.short_title)
|
||||
# Add lodging
|
||||
click_link 'Add Lodging'
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ feature Lodging do
|
|||
|
||||
sign_in organizer
|
||||
visit admin_conference_lodgings_path(
|
||||
conference_id: conference.short_title)
|
||||
conference_id: conference.short_title)
|
||||
|
||||
expect(page.has_content?('Example Hotel')).to be true
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ feature Lodging do
|
|||
|
||||
sign_in organizer
|
||||
visit admin_conference_lodgings_path(
|
||||
conference_id: conference.short_title)
|
||||
conference_id: conference.short_title)
|
||||
|
||||
expect(page.has_content?('Example Hotel')).to be true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue