Fix spacing issues after removing lines

Rubocop was complaining about a Layout/ExtraSpacing in a couple of
places.

These issues weren't detected by Pronto because they didn't affect lines
changed in the pull request. These lines were fine until we removed the
lines next to them in commits 4b42a68b6 and 00f0c4410.
This commit is contained in:
Javi Martín
2022-06-13 16:06:17 +02:00
parent 1271b96d6d
commit 7e663f8bcf
2 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ describe Abilities::Common do
before { user.update(verified_at: Time.current) }
it { should be_able_to(:vote, Proposal) }
it { should be_able_to(:vote, Proposal) }
it { should be_able_to(:new, DirectMessage) }
it { should be_able_to(:create, DirectMessage) }

View File

@@ -254,7 +254,7 @@ describe "Legislation" do
expect(page).to have_content("Homepage")
end
expect(page).to have_content("This is the process homepage")
expect(page).to have_content("This is the process homepage")
end
scenario "disabled", :with_frozen_time do
@@ -280,7 +280,7 @@ describe "Legislation" do
visit legislation_process_path(process)
expect(page).to have_content("This phase is not open yet")
expect(page).to have_content("This phase is not open yet")
end
scenario "open without questions" do