summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-141-1/+1
* Prefer `be_empty` to `eq("")`David Rodríguez2019-12-091-1/+1
* Fix shelling out to rubygems being silentDavid Rodríguez2019-11-181-0/+6
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-3/+3
* Remove github_action_linux tag from bundler examples.Hiroshi SHIBATA2019-09-051-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-9/+9
* Don't use system bundler on this specDavid Rodríguez2019-08-171-4/+2
* Fix spec using the deprecated `bundle config` modeDavid Rodríguez2019-08-171-1/+1
* Reuse more shared path helpersDavid Rodríguez2019-08-161-6/+1
* Remove duplicated methodDavid Rodríguez2019-08-161-1/+1
* Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-141-1/+1
* Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-141-1/+1
* Revert "make system_bundle_bin_path helper and resolve failing tests for ruby...fix_spec_working_by_chanceDavid Rodríguez2019-08-071-1/+1
* Make sure spec fails if `bundle install` failsDavid Rodríguez2019-08-071-1/+1
* Fix installation of system bundlerDavid Rodríguez2019-08-071-3/+2
* Use non deprecated way of setting bundler pathDavid Rodríguez2019-08-071-1/+2
* Clarify spec descriptionDavid Rodríguez2019-08-071-2/+2
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
* 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