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:
authorDouwe Maan <douwe@selenight.nl>2017-08-18 13:48:11 +0300
committerDouwe Maan <douwe@selenight.nl>2017-08-18 13:48:19 +0300
commitfc0035f66b8e5c0ccb6c31af8176bdd4101c2d99 (patch)
treedb39eb6892d550e78d74aec5ff11ad8192b1434b /spec/features/reportable_note
parent39ae8398049b717fb366e7fb77ab87197f8c70cc (diff)
Singular 'snippet' for consistency
Diffstat (limited to 'spec/features/reportable_note')
-rw-r--r--spec/features/reportable_note/snippets_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/reportable_note/snippets_spec.rb b/spec/features/reportable_note/snippets_spec.rb
index a7771847941..98ef50b78de 100644
--- a/spec/features/reportable_note/snippets_spec.rb
+++ b/spec/features/reportable_note/snippets_spec.rb
@@ -17,6 +17,6 @@ describe 'Reportable note on snippets', :js do
visit project_snippet_path(project, snippet)
end
- it_behaves_like 'reportable note', 'snippets'
+ it_behaves_like 'reportable note', 'snippet'
end
end