summaryrefslogtreecommitdiff
path: root/spec/runtime/with_unbundled_env_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+4
* Use OS-independent path separatorDavid Rodríguez2020-01-071-3/+3
* Simplify building some pathsDavid Rodríguez2019-11-041-2/+2
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-6/+6
* Remove unnecessary local variablesDavid Rodríguez2019-11-041-6/+0
* Revert "Avoid printing deprecation messages during specs"David Rodríguez2019-10-311-15/+9
* Avoid printing deprecation messages during specsfix_warningsDavid Rodríguez2019-09-261-8/+18
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-6/+6
* Merge #7257Bundlerbot2019-07-261-0/+6
|\
| * Skip specs using `Process.fork` on Windowswindows_fixesDavid Rodríguez2019-07-231-0/+6
* | Add a comment to explain the initial resetimprove_env_backupDavid Rodríguez2019-07-231-0/+1
* | Move environment reset to the only test needing itDavid Rodríguez2019-07-231-0/+2
* | Improve test to make it more independent from envDavid Rodríguez2019-07-231-2/+3
|/
* Merge #7120Bundlerbot2019-04-141-6/+27
|\
| * Fix spec calling incorrect helperfix_helpers_specsDavid Rodríguez2019-04-121-6/+27
* | s/last_command.stderr/err/David Rodríguez2019-04-121-1/+1
|/
* Move on to bundler 3David Rodríguez2019-04-111-4/+4
* Merge "clean" helper deprecations to single placeDavid Rodríguez2019-03-301-36/+0
* Introduce `{original,unbundled}_{system,exec}` helpersclean_env_passDavid Rodríguez2019-03-201-9/+79
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-2/+2
* Reword deprecation messagesDavid Rodríguez2019-02-211-4/+4
* Change some specs checking the wrong streamDavid Rodríguez2019-02-211-4/+4
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-1/+1
* Remove now unnecessary stuff from helper methodrubygems_leakageDavid Rodríguez2019-02-121-5/+2
* Stop leaking to system rubygems on subprocessesDavid Rodríguez2019-02-121-5/+4
* Test `with_clean_env` deprecationsclean_env_deprecation_pathDavid Rodríguez2018-12-191-0/+18
* Properly deprecate `with_clean_env`David Rodríguez2018-12-191-2/+2
* Introduce `with_unbundled_env`David Rodríguez2018-12-191-0/+16
* Test deprecation messageDavid Rodríguez2018-12-191-0/+18
* Test `clean_env` too with a shared specDavid Rodríguez2018-12-191-9/+13
* Modify specs to not be affected by deprecationsDavid Rodríguez2018-12-191-3/+3
* Extract test subject to a letDavid Rodríguez2018-12-191-4/+6
* Refactor hooksDavid Rodríguez2018-12-191-7/+9
* Run `unbundled_env` specs under all rubiesDavid Rodríguez2018-12-191-2/+2
* Deprecate `clean_env` in favor of `unbundled_env`David Rodríguez2018-12-191-0/+151