summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-03-21 04:15:58 +0000
committerDouwe Maan <douwe@gitlab.com>2017-03-21 04:15:58 +0000
commit6a9104794629de6d100d9220a48e8ff3fe581821 (patch)
tree98351aa38b07d15a374ff1e6760a0f386e246aa0
parent26a981940cc5fcb48bf11bdd29347cdb2657e2f6 (diff)
parent04f62ac235f9b5e8b33ff2429cec3376a7608738 (diff)
downloadgitlab-ce-6a9104794629de6d100d9220a48e8ff3fe581821.tar.gz
Merge branch '29671-remove-useless-options' into 'master'
Remove useless options from db/fixtures/development/17_cycle_analytics.rb Closes #29671 See merge request !10086
-rw-r--r--db/fixtures/development/17_cycle_analytics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb
index aea0a72b633..4bc735916c1 100644
--- a/db/fixtures/development/17_cycle_analytics.rb
+++ b/db/fixtures/development/17_cycle_analytics.rb
@@ -155,7 +155,7 @@ class Gitlab::Seeder::CycleAnalytics
issue.project.repository.add_branch(@user, branch_name, 'master')
- commit_sha = issue.project.repository.create_file(@user, filename, "content", options, message: "Commit for ##{issue.iid}", branch_name: branch_name)
+ commit_sha = issue.project.repository.create_file(@user, filename, "content", message: "Commit for ##{issue.iid}", branch_name: branch_name)
issue.project.repository.commit(commit_sha)
GitPushService.new(issue.project,