summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb')
-rw-r--r--qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb b/qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb
index 9d47872a774..4ee436a597a 100644
--- a/qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb
+++ b/qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb
@@ -16,18 +16,18 @@ module QA
commit.project = project
commit.update_files(
[
- {
- file_path: '.gitlab-ci.yml',
- content: 'script'
- }
+ {
+ file_path: '.gitlab-ci.yml',
+ content: 'script'
+ }
]
)
commit.add_files(
[
- {
- file_path: 'foo',
- content: 'bar'
- }
+ {
+ file_path: 'foo',
+ content: 'bar'
+ }
]
)
end