Fix static analysis

This commit is contained in:
Shinya Maeda 2017-06-27 00:48:13 +09:00
parent ac7ad42281
commit c215b10426
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ describe Projects::PipelineSchedulesController do
let(:action) do
proc do |user|
put :update, namespace_id: project.namespace.to_param, project_id: project, id: pipeline_schedule.id,
schedule: { description: 'a' }
schedule: { description: 'a' }
end
end