Commit 0e362362 authored by Stan Hu's avatar Stan Hu

Merge branch 'tc-fix-master' into 'master'

Remove duplicate method

See merge request gitlab-org/gitlab-ee!9200
parents 4d59ed23 50dabc5d
...@@ -96,10 +96,6 @@ module QA ...@@ -96,10 +96,6 @@ module QA
run("git merge #{branch}") run("git merge #{branch}")
end end
def merge(branch)
run("git merge #{branch}")
end
def commits def commits
run('git log --oneline').to_s.split("\n") run('git log --oneline').to_s.split("\n")
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment