summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-1/+1
* Correct a rubygems test filterDavid Rodríguez2019-07-111-1/+1
* More specific assertionDavid Rodríguez2019-07-051-2/+2
* Remove redundant assertionDavid Rodríguez2019-07-051-1/+0
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-10/+10
* rubocop -aHiroshi SHIBATA2019-06-101-4/+4
* Added the condition for ruby_core repository.Hiroshi SHIBATA2019-06-101-1/+6
* Setup rubyopt to require bundler absolutelyDavid Rodríguez2019-05-121-1/+1
* Get `bundle exec` respecting proc titlesfix_exec_proc_titleDavid Rodríguez2019-04-261-0/+11
* Merge #7128Bundlerbot2019-04-141-2/+2
|\
| * Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-2/+2
* | Merge #6730Bundlerbot2019-04-141-11/+11
|\ \ | |/ |/|
| * s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
| * s/last_command.stderr/err/David Rodríguez2019-04-121-10/+10
* | Convert binstub conflict deprecation to a warningDavid Rodríguez2019-04-121-0/+29
|/
* Move on to bundler 3David Rodríguez2019-04-111-52/+4
* Move multiple global source removal to bundler 3David Rodríguez2019-04-081-0/+19
* Merge #6963Bundlerbot2019-04-011-0/+77
|\
| * Allow to `bundle exec` default gemsDavid Rodríguez2019-03-271-0/+77
* | Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-2/+2
* | This spec is now passing, it seemsunskip_not_failing_specDavid Rodríguez2019-03-281-2/+0
|/
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-8/+3
* Remove old 1.9 stuffDavid Rodríguez2019-03-131-22/+4
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-16/+2
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-4/+4
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-5/+6
* Spec behaves consistenly across OS's apparentlyDavid Rodríguez2019-02-121-1/+1
* Stop leaking to system rubygems on subprocessesDavid Rodríguez2019-02-121-10/+8
* Properly restrict rubygems version for failing specsDavid Rodríguez2019-02-101-1/+1
* make system_bundle_bin_path helper and resolve failing tests for ruby < 2.6Colby Swandale2018-12-281-1/+2
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-11/+11
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-12/+12
* Remove unnecessary assertion exclusionremove_unnecessary_assertion_exclusionDavid Rodríguez2018-09-241-4/+1
* Better conditional assertionfix_locally_failing_specDavid Rodríguez2018-09-111-1/+1
* Uses logic from cli and removes redundant testankitkataria2018-09-021-7/+0
* Fixes test for --gemfile flagankitkataria2018-08-281-4/+10
* Add test for --gemfile flagankitkataria2018-08-241-0/+10
* Skip system bundler execution on Travis CI with Ruby 2.6.SHIBATA Hiroshi2018-06-151-0/+2
* fix failing exec spec that is blocking 1.16.2colby/fix-exec-specColby Swandale2018-04-141-14/+2
* Another attemptNikita Esaulov2018-03-151-3/+7
* Another attemptNikita Esaulov2018-03-151-0/+2
* Fix testNikita Esaulov2018-03-151-1/+1
* Update `expected_err` for ruby < 1.9Nikita Esaulov2018-03-151-1/+5
* Fix failure when exception backtrace is nilNikita Esaulov2018-03-151-0/+20
* Auto merge of #6223 - shayonj:s/hup-fix, r=segiddinsThe Bundler Bot2018-02-031-20/+50
|\
| * Clean up signal handler testSamuel Giddins2018-01-151-37/+45
| * Add spec to make sure unexpected signals are not restored to DEFAULTShayon Mukherjee2018-01-151-0/+22