Remove extra empty lines in activity spec

This commit is contained in:
George Tsiolis 2019-02-28 13:50:06 +02:00
parent d9a6ba78ae
commit c2f180e72f
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ describe 'Dashboard > Activity' do
expect(page).to have_content('commented on')
expect(page).to have_content('closed milestone')
expect(page).to have_content('opened issue')
end
end
@ -110,7 +109,6 @@ describe 'Dashboard > Activity' do
expect(page).not_to have_content('closed')
expect(page).not_to have_content('commented on')
expect(page).not_to have_content('opened issue')
end
end