Add space between curly brackets
This commit is contained in:
parent
9185241a1e
commit
18cf368ba0
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue