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:
authorShinya Maeda <shinya@gitlab.com>2017-08-04 15:44:19 +0300
committerShinya Maeda <shinya@gitlab.com>2017-08-04 15:44:19 +0300
commit1614eb8b0a9fb2d719e6af7fec13d76db7d99892 (patch)
tree467a9da805e52506238883cc151724ef11355326 /spec/features/merge_requests/pipelines_spec.rb
parent1b4fd63cf26ae0f19ec7735fd56bc0df6ce07058 (diff)
Fix spec
Diffstat (limited to 'spec/features/merge_requests/pipelines_spec.rb')
-rw-r--r--spec/features/merge_requests/pipelines_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/merge_requests/pipelines_spec.rb b/spec/features/merge_requests/pipelines_spec.rb
index 44b965d5e6a..347ce788b36 100644
--- a/spec/features/merge_requests/pipelines_spec.rb
+++ b/spec/features/merge_requests/pipelines_spec.rb
@@ -52,8 +52,8 @@ feature 'Pipelines for Merge Requests', js: true do
given(:build_push_data) { { ref: 'feature', checkout_sha: TestEnv::BRANCH_SHA['feature'] } }
given(:merge_request_params) do
- { "source_branch" => "feature", "source_project_id" => project.id,
- "target_branch" => "master", "target_project_id" => project.id, "title" => "A" }
+ { "source_branch" => "feature", "source_project_id" => project.id,
+ "target_branch" => "master", "target_project_id" => project.id, "title" => "A" }
end
background do