diff --git a/spec/features/dashboard/activity_spec.rb b/spec/features/dashboard/activity_spec.rb
index a35494065fe1acd1e53ca5eead9a216b0cafbf67..c55dc4523f7160c275049c64a0ccab1da0880899 100644
--- a/spec/features/dashboard/activity_spec.rb
+++ b/spec/features/dashboard/activity_spec.rb
@@ -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