summaryrefslogtreecommitdiff
path: root/qa/qa/resource/repository/wiki_push.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/repository/wiki_push.rb')
-rw-r--r--qa/qa/resource/repository/wiki_push.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/qa/qa/resource/repository/wiki_push.rb b/qa/qa/resource/repository/wiki_push.rb
index edf76c7cd78..f188e52c969 100644
--- a/qa/qa/resource/repository/wiki_push.rb
+++ b/qa/qa/resource/repository/wiki_push.rb
@@ -12,11 +12,14 @@ module QA
end
end
+ def branch_name
+ @branch_name ||= wiki.project.default_branch
+ end
+
def initialize
@file_name = 'Home.md'
@file_content = 'This line was created using git push'
@commit_message = 'Updating using git push'
- @branch_name = 'master'
@new_branch = false
end