summaryrefslogtreecommitdiff
path: root/spec/bundler/mirror_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+2
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-8/+8
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Fixes for dockerDavid Rodríguez2019-03-131-2/+2
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-3/+3
* Add a spec for Bundler::Settings::Mirror#==JuanitoFatas2016-08-311-0/+10
* doesn't change the way existing source URLs are validatedMichael Peters2016-08-091-1/+6
* enables BUNDLE_MIRROR__HOSTNAME environment variablesMichael Peters2016-08-041-0/+5
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix rubocop complainsPablo Carranza2015-12-271-13/+20
* Add TCP Mirror probe object to verify that the mirror is reachablePablo Carranza2015-12-271-2/+34
* Improve specs for mirrors so it is easier to understandPablo Carranza2015-12-271-30/+38
* Add logic for selecting and validating mirrors if needed.Pablo Carranza2015-12-271-34/+162
* WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-271-11/+64
* WIP - Setting up mirror probe with fallbackPablo Carranza2015-12-271-11/+37
* Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-271-0/+54