implements branches filter functionality and tests accordingly
refactors find_similar_branches method to a one liner
This commit is contained in:
parent
766f9cf220
commit
3ec01e576e
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class Repository
|
|||
|
||||
def find_similar_branches(search)
|
||||
raw_repository.branches.select { |branch| branch.name.include?(search) }
|
||||
|
||||
end
|
||||
|
||||
def find_branch(name)
|
||||
|
|
Loading…
Reference in a new issue