Commit bd872bb8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix typo in labels_helper_spec.rb

parent 6f115937
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment