4 lines
120 B
Ruby
4 lines
120 B
Ruby
|
RSpec::Matchers.define :gitaly_request_with_repo_path do |path|
|
||
|
match { |actual| actual.repository.path == path }
|
||
|
end
|