Commit 49d7c3b3 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes extra empty lines

parent 0d583e5e
...@@ -72,7 +72,6 @@ describe 'Pipeline', :js do ...@@ -72,7 +72,6 @@ describe 'Pipeline', :js do
expect(page).to have_link(pipeline.ref) expect(page).to have_link(pipeline.ref)
end end
it_behaves_like 'showing user status' do it_behaves_like 'showing user status' do
let(:user_with_status) { pipeline.user } let(:user_with_status) { pipeline.user }
...@@ -252,7 +251,6 @@ describe 'Pipeline', :js do ...@@ -252,7 +251,6 @@ describe 'Pipeline', :js do
expect(page).to have_content(pipeline.ref) expect(page).to have_content(pipeline.ref)
end end
end end
end end
context 'when user does not have access to read jobs' do context 'when user does not have access to read jobs' do
......
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