Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-05-02 19:00:12 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-05-02 19:00:12 +0300
commita6866fbcabaf75494fd14ed106ff249183e98523 (patch)
tree008689887c58cc6efa274f8c854f88997f051f2d /spec/controllers
parentf2dda0bd29414147ba2b7c1b9340cd99110ba00a (diff)
Align elements of the hash literal parameter
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects/pipelines_controller_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/controllers/projects/pipelines_controller_spec.rb b/spec/controllers/projects/pipelines_controller_spec.rb
index a7a534b0a18..a451bbb97b6 100644
--- a/spec/controllers/projects/pipelines_controller_spec.rb
+++ b/spec/controllers/projects/pipelines_controller_spec.rb
@@ -161,10 +161,10 @@ describe Projects::PipelinesController do
def get_stage_ajax(name)
get :stage_ajax, namespace_id: project.namespace,
- project_id: project,
- id: pipeline.id,
- stage: name,
- format: :json
+ project_id: project,
+ id: pipeline.id,
+ stage: name,
+ format: :json
end
end