summaryrefslogtreecommitdiff
path: root/spec/bundler/settings_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-5/+5
* Don't use insecure temporary directory as home directoryfatkodima2019-11-041-1/+1
* No need to activate the `fileutils` default gemDavid Rodríguez2019-08-171-2/+2
* Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-1/+0
* Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-0/+1
* Cleanup after ourselves when changing settingsDavid Rodríguez2018-10-031-1/+3
* Update the settings specs for []= being removedSamuel Giddins2017-07-191-1/+1
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-19/+19
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-0/+16
* Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-281-2/+2
* Mock Bundler::FileUtils when necessarySamuel Giddins2017-06-281-2/+2
* [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-valueSamuel Giddins2017-06-221-0/+10
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-0/+16
|/
* [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-241-0/+10
* [Settings] Allow not reading the global config file when there is no $HOME an...seg-read-only-fs-no-global-settingsSamuel Giddins2017-02-101-0/+13
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Add a spec for BUNDLE_IGNORE_CONFIGSamuel Giddins2016-12-261-0/+9
* fixing style violationsMichal Olah2016-09-231-3/+3
* fixing NoMethodError on settingsMichal Olah2016-09-231-0/+10
* Add a spec for Bundler::Settings#temporaryJuanitoFatas2016-08-311-0/+12
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+2
* [Settings] Add specs for #load_configSamuel Giddins2016-03-281-0/+37
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Remove fallback tests from settings as it is not mockedPablo Carranza2015-12-271-12/+0
* WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-271-1/+1
* Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-271-5/+2
* Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-5/+5
* WIP - it can parse the keys correctlyPablo Carranza2015-12-271-1/+17
* Make SSL Verify Mode a number settingGough, Jack2015-10-211-0/+7
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* Improves the message displayed when cannot create configRoque Pinel2015-06-081-0/+19
* Merge tag 'v1.9.9' into 1-10-stableAndre Arko2015-05-161-0/+18
|\
| * Added backward compatibility for BUNDLE_* config keysStrech (Sergey Fedorov)2015-05-161-0/+18
* | add specsPatrick Metcalfe2015-04-281-0/+13
* | use default settings insteadPatrick Metcalfe2015-04-221-2/+2
* | allow default settings valuesPatrick Metcalfe2015-04-221-0/+15
* | Add Settings#credentials_for(uri).Tim Moore2015-03-151-0/+27
* | Move Bundler::Source.mirror_for to Settings.Tim Moore2015-03-151-2/+40
|/
* test to ensure 1.8 can read 1.7 mirror settingsAndre Arko2015-03-111-0/+6
* Tighten the check for URLs in config keys.Tim Moore2015-02-141-0/+34
* Small improving of testsKamil Kieliszczyk2014-01-241-2/+0
* Added the message 'Could not locate Gemfile' to the GemfileNotFound exception...David Grayson2013-11-131-0/+15