Commit 50dabc5d authored by Toon Claes's avatar Toon Claes

Remove duplicate method

This should fix static analysis.
parent 66e83c7d
......@@ -96,10 +96,6 @@ module QA
run("git merge #{branch}")
end
def merge(branch)
run("git merge #{branch}")
end
def commits
run('git log --oneline').to_s.split("\n")
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