From c2f180e72fff44516302ebb10f8b0a357463096b Mon Sep 17 00:00:00 2001
From: George Tsiolis <tsiolis.g@gmail.com>
Date: Thu, 28 Feb 2019 13:50:06 +0200
Subject: [PATCH] Remove extra empty lines in activity spec

---
 spec/features/dashboard/activity_spec.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/spec/features/dashboard/activity_spec.rb b/spec/features/dashboard/activity_spec.rb
index a35494065fe..c55dc4523f7 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
 
-- 
2.30.9