summaryrefslogtreecommitdiff
path: root/spec/commands/config_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix config location edge caseapp_config_path_absoluteDavid Rodríguez2020-02-031-1/+11
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-6/+5
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Reuse `gemfile` spec helperDavid Rodríguez2019-07-051-6/+4
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-7/+7
* Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-2/+2
* Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-2/+2
* Merge #7128Bundlerbot2019-04-141-1/+1
|\
| * Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* | s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-17/+17
* | Unify stderr helpersDavid Rodríguez2019-04-121-2/+2
|/
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-2/+2
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-47/+47
* Reuse `install_gemfile` helperDavid Rodríguez2018-10-031-15/+5
* Move gemfile write to the specs that need itDavid Rodríguez2018-10-031-12/+47
* Reword spec so it reads betterDavid Rodríguez2018-10-031-1/+1
* Add specs for the new config subcommandsseg-cleanup-configSamuel Giddins2017-08-301-0/+86
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-2/+2
* 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