Add space between curly brackets

This commit is contained in:
Shinya Maeda 2017-05-13 03:39:32 +09:00
parent 9185241a1e
commit 18cf368ba0

View file

@ -98,7 +98,7 @@ describe API::PipelineSchedules do
post api("/projects/#{project.id}/pipeline_schedules", developer),
params
end
.to change{project.pipeline_schedules.count}.by(1)
.to change { project.pipeline_schedules.count }.by(1)
expect(response).to have_http_status(:created)
expect(response).to match_response_schema('pipeline_schedule')