Commit 07f37e01 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 40672fb5
......@@ -15,7 +15,6 @@ describe 'layouts/nav/sidebar/_project' do
it 'has boards tab when multiple issue boards available' do
render
<<<<<<< HEAD
expect(rendered).to have_css('a[title="Boards"]')
end
......@@ -25,8 +24,6 @@ describe 'layouts/nav/sidebar/_project' do
render
=======
>>>>>>> ce-com/master
expect(rendered).to have_css('a[title="Board"]')
end
end
......
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