summaryrefslogtreecommitdiff
path: root/spec/commands/config_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix a typosKoichi ITO2017-05-031-1/+1
|/
* print key & value on config set and print new value when overwritting existin...Colby Swandale2017-04-151-4/+5
* print old config value in parseable format using overwriting an existingColby Swandale2017-04-121-0/+11
* print only highest priority value per configColby Swandale2017-04-061-6/+5
* update config output parseable format and specsColby Swandale2017-04-051-1/+17
* print minimal report of configuration with bundler config --parseableColby Swandale2017-04-031-0/+19
* Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-...Colby Swandale2017-03-291-2/+2
|\
| * Disable RSpec monkey patchingSamuel Giddins2017-01-151-2/+2
* | cleanup and add missing specs are parseable optionColby Swandale2017-01-051-27/+24
* | Add specs to ensure parseable doesn't break global and local setJuanitoFatas2016-09-151-0/+12
* | Add more test cases for bundle config --parseable optionJuanitoFatas2016-08-281-2/+26
* | Add parseable option to bundle configJuanitoFatas2016-08-261-0/+10
|/
* Remove 0.9 upgrade compatibilityseg-remove-environmentSamuel Giddins2016-08-031-9/+0
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-3/+3
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-3/+3
* [Config] Update spec for new YAML serializerseg-settings-custom-serializerSamuel Giddins2016-03-301-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-2/+3
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-11/+11
* [RuboCop] Enable Lint/BlockAlignmentSamuel E. Giddins2015-07-151-1/+1
* skip config warning when new value is unchangedAndre Arko2015-05-161-1/+1
* #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-0/+9
* remove double letAndre Arko2015-05-111-3/+2
* Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-021-0/+3
|\
| * simpler config specAndre Arko2015-03-301-2/+2
| * add quoting tests from #3338Andre Arko2015-03-301-0/+22
* | Pathname doesn't have write :grimace:Andre Arko2015-02-131-4/+6
* | fix ruby 2.2 warningsAndre Arko2015-02-131-9/+12
* | simpler config specAndre Arko2015-01-261-2/+2
* | add quoting tests from #3338Andre Arko2015-01-261-0/+22
* | fix warning on exists?Andre Arko2015-01-261-2/+2
* | `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-0/+18
* | You can now set credentials in environment variables.Mick Staugaard2014-12-101-0/+7
|/
* So that didn't actually work. Ugh. Try again.Andre Arko2014-11-191-1/+1
* limit quote-doubling spec to 2.1Andre Arko2014-11-191-1/+4
* adjust spec to values that actually cause quotingAndre Arko2014-11-191-3/+5
* add a test for duplicating quotesAndre Arko2014-11-191-1/+10
* Use a new-line compatible regex for bundle configKashyap2014-02-011-4/+4
* Ensure #dump doesn't add a new line in configKashyap2014-01-161-0/+14
* ruby 1.8 doesn't add quotes to valuesAndre Arko2014-01-091-1/+1
* allow single quotes in config valuesAndre Arko2014-01-091-0/+18
* add specs for gem mirror supportdanielsdeleo2013-09-261-0/+14
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-0/+181