Commit 18cf368b authored by Shinya Maeda's avatar Shinya Maeda

Add space between curly brackets

parent 9185241a
......@@ -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')
......
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