Remove extra new line

This commit is contained in:
kushalpandya 2017-05-31 12:47:18 +05:30 committed by Jarka Kadlecova
parent 7357d35494
commit 325c55fb24

View file

@ -25,7 +25,6 @@ describe Projects::ServicesController, '(JavaScript fixtures)', type: :controlle
project_id: project, project_id: project,
id: service.to_param id: service.to_param
expect(response).to be_success expect(response).to be_success
store_frontend_fixture(response, example.description) store_frontend_fixture(response, example.description)
end end