This commit is contained in:
Shinya Maeda 2017-06-28 00:33:30 +09:00
parent a513ae4ae5
commit af129038e0
1 changed files with 1 additions and 3 deletions

View File

@ -133,9 +133,7 @@ describe Projects::PipelineSchedulesController do
def go
put :update, namespace_id: project.namespace.to_param, project_id: project, id: pipeline_schedule.id,
schedule: {
description: 'a'
}
schedule: { description: 'a' }
end
end
end