Commit c2f180e7 authored by George Tsiolis's avatar George Tsiolis

Remove extra empty lines in activity spec

parent d9a6ba78
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment