Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-28 14:50:06 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-03-07 13:13:34 +0300
commitc2f180e72fff44516302ebb10f8b0a357463096b (patch)
tree965b9fa80bad3b909518143eca8b71bb4bea8588 /spec/features/dashboard/activity_spec.rb
parentd9a6ba78ae3a1b4c909810fbff6edb39ebd34949 (diff)
Remove extra empty lines in activity spec
Diffstat (limited to 'spec/features/dashboard/activity_spec.rb')
-rw-r--r--spec/features/dashboard/activity_spec.rb2
1 files changed, 0 insertions, 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