• Mark Lapierre's avatar
    Add default branch name e2e test · 410b4d64
    Mark Lapierre authored
    Adds an e2e test of instance-wide default branch name setting
    - Includes a test of creating a project from an existing repo
    
    Update ApplicationSettings
    - Makes it a class since it's not intended to be included (and this
    avoids rubocop complaints about a module with instance variables)
    - Allow settings to be restored
    - Dedupe API client code
    410b4d64
application_settings_spec.rb 1.32 KB