diff --git a/spec/features/reportable_note/snippets_spec.rb b/spec/features/reportable_note/snippets_spec.rb index a7771847941e37c13659f58534bfaaf3978d1651..98ef50b78de1777971c2107e4e53fd177673eb0e 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