summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-11-01 15:26:59 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-11-01 15:26:59 +0000
commitbd872bb83f87c3194ca0e38cfc34b4fc682e2108 (patch)
tree6baccb93876a9e2e9cca17904b46902d6ae48b37
parent6f11593774d89dfb3266db6a98e727210802cc58 (diff)
downloadgitlab-ce-bd872bb83f87c3194ca0e38cfc34b4fc682e2108.tar.gz
-rw-r--r--spec/helpers/labels_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/labels_helper_spec.rb b/spec/helpers/labels_helper_spec.rb
index 306bcdc5430..c04f679bcf0 100644
--- a/spec/helpers/labels_helper_spec.rb
+++ b/spec/helpers/labels_helper_spec.rb
@@ -226,7 +226,7 @@ describe LabelsHelper do
expect(helper.labels_filter_path).to eq(group_labels_path(group))
end
- it 'links to the group labels page' do
+ it 'links to the project labels page' do
assign(:project, project)
expect(helper.labels_filter_path).to eq(project_labels_path(project))