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:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-12 23:02:45 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-12 23:15:48 +0300
commit1852dfa3ae21adfb63f5461844fe3b125999ab0b (patch)
tree0c2070f711a8924a4e1745fbdfa7bc21b24cf383 /spec/features/reportable_note/issue_spec.rb
parent1e41440b0beb5803dd0e2bc901922ea362092119 (diff)
Adds type for shared note specs
Diffstat (limited to 'spec/features/reportable_note/issue_spec.rb')
-rw-r--r--spec/features/reportable_note/issue_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/reportable_note/issue_spec.rb b/spec/features/reportable_note/issue_spec.rb
index 21e96f6f103..f5a1950e48e 100644
--- a/spec/features/reportable_note/issue_spec.rb
+++ b/spec/features/reportable_note/issue_spec.rb
@@ -13,5 +13,5 @@ describe 'Reportable note on issue', :js do
visit project_issue_path(project, issue)
end
- it_behaves_like 'reportable note'
+ it_behaves_like 'reportable note', 'issue'
end