Commit dab13515 authored by Valery Sizov's avatar Valery Sizov

fix spec/features/issues_spec.rb:144 [ci skip]

parent ff93cbb6
...@@ -142,7 +142,7 @@ describe 'Issues', feature: true do ...@@ -142,7 +142,7 @@ describe 'Issues', feature: true do
end end
it 'shows weight on issue row' do it 'shows weight on issue row' do
create(:issue, author: @user, project: project, weight: 2) create(:issue, author: user, project: project, weight: 2)
visit namespace_project_issues_path(project.namespace, project) visit namespace_project_issues_path(project.namespace, 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