Commit 427eac90 authored by Shinya Maeda's avatar Shinya Maeda

Concatinate dot behind end

parent 18cf368b
......@@ -97,8 +97,7 @@ describe API::PipelineSchedules do
expect do
post api("/projects/#{project.id}/pipeline_schedules", developer),
params
end
.to change { project.pipeline_schedules.count }.by(1)
end.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