summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))