Remove isolated useless assignments
These variables are not surrounded by other assignments, and so they can safely be removed without making it harder to read the code vertically.
This commit is contained in:
@@ -73,7 +73,7 @@ describe "Custom Pages" do
|
||||
end
|
||||
|
||||
scenario "Listed in more information page" do
|
||||
custom_page = create(:site_customization_page, :published,
|
||||
create(:site_customization_page, :published,
|
||||
slug: "another-slug",
|
||||
title_en: "Another custom page",
|
||||
subtitle_en: "Subtitle for custom page",
|
||||
|
||||
Reference in New Issue
Block a user