summaryrefslogtreecommitdiff
path: root/spec/bundler/cli_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-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
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-4/+4
* s/last_command.stderr/err/David Rodríguez2019-04-121-3/+3
* Print errors to stderr by default, and remove configuration optionGrey Baker2019-04-121-2/+2
* Move on to bundler 3David Rodríguez2019-04-111-3/+3
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-3/+3
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-3/+3
* rubocop -aSHIBATA Hiroshi2018-10-201-1/+1
* Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-1/+2
* Remove "no-color" tweaks from specsDavid Rodríguez2018-10-011-3/+3
* [CLI] For now, disable the new version warning by defaultseg-disable-new-version-warning-by-defaultSamuel Giddins2017-09-131-0/+2
* Add a spec for no-args bundle on 2.0Samuel Giddins2017-08-291-0/+12
* Fix outdated bundler suggestion logicSamuel Giddins2017-08-291-2/+2
* Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirectThe Bundler Bot2017-08-151-2/+2
|\
| * [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweakSamuel Giddins2017-08-011-2/+2
* | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-011-1/+6
|/
* [CLI] Dont print an outdated version warning when running a parseable commandseg-no-bundler-versio-warning-when-parseableSamuel Giddins2017-07-201-2/+13
* Fix spec on 2.0 broken with the v1.15.2 mergeseg-fix-specsSamuel Giddins2017-07-171-1/+1
* Merge tag 'v1.15.2'Samuel Giddins2017-07-171-0/+5
|\
| * Auto merge of #5791 - bundler:seg-verbose-cli-print-no-defaults, r=colby-swan...The Bundler Bot2017-07-171-0/+5
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* | Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-4/+4
* | Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-1/+1
* | Update the specs to pass under Bundler 2Samuel Giddins2017-06-231-6/+4
* | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaultsSamuel Giddins2017-06-201-1/+1
* | [CLI] Dont print defaults in the command printed with --verboseSamuel Giddins2017-06-191-0/+5
* | Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
|/
* Auto merge of #5331 - bundler:seg-specs-rspec-config, r=indirectThe Bundler Bot2017-01-151-2/+2
|\
| * Disable RSpec monkey patchingSamuel Giddins2017-01-151-2/+2
* | [CLI] Warn when running an outdated bundler versionSamuel Giddins2017-01-141-0/+63
|/
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* [CLI] Add specs for printing the running commandseg-print-commandSamuel Giddins2016-07-191-0/+7
* Add `bundler` method in helperBoggs2016-07-031-0/+7
* Fix typo in bundler/cli_spec.rbYuki Asano2016-03-261-1/+1
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-141-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Warn if RUBYGEMS_GEMDEPS env. variable is setrubygems-gemdeps-warnAgis Anastasopoulos2015-10-251-0/+16
* Ignore ENV["BUNDLE_GEMFILE"] if it's emptyAgis-2015-09-151-0/+13
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-7/+7
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-2/+0
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-3/+3
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-3/+3
* Implemented a very basic plugin system.plugin-systemAndre Medeiros2014-05-121-0/+13
* root warn spec to sudo specsAndre Arko2014-04-071-24/+0
* Print warning when bundler is run by root.Jonan Scheffler2014-04-071-0/+27