Skip to content
  • Georges Racinet's avatar
    RSpec tests: fixed for Gitlab::RepositoryUrlBuilder · 46088505fe25
    Georges Racinet authored
    In Heptapod, the presence of a `.git` path suffix is not
    the reponsibility of RepositoryUrlBuilder: it is decided ahead
    because it depends on information available from the container
    model. That is indeed an internal API change from upstream GitLab.
    
    These tests run on the default GitLab fixtures, hence on Git
    repositories. They have to pass down the expected '.git' suffix
    to the builder.
    46088505fe25