summaryrefslogtreecommitdiff
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Change the refresh spec to not use `stubs_for`no_need_to_make_gem_refresh_a_noopDavid Rodríguez2019-07-111-3/+3
* No need to make `Gem.refresh` a noopDavid Rodríguez2019-07-111-1/+1
* Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-1/+1
* Make spec easier to debugDavid Rodríguez2019-07-051-1/+3
* Merge #7154Bundlerbot2019-07-041-0/+13
|\
| * bundler/inline should always install gems to system pathrobuye2019-06-191-0/+13
* | Merge #7161Bundlerbot2019-06-246-77/+77
|\ \
| * | Normalize file:// handling in specsDavid Rodríguez2019-06-116-77/+77
* | | Fix a typo on a spec commentfix_typoDavid Rodríguez2019-06-201-1/+1
|/ /
* | Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-162-2/+14
|/
* Merge #7138Bundlerbot2019-04-291-13/+1
|\
| * Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-13/+1
* | Skip platform warnings in inline modeskip_platform_warnings_during_bundle_inlineDavid Rodríguez2019-04-241-0/+13
* | Merge #7125Bundlerbot2019-04-241-0/+14
|\ \ | |/ |/|
| * Ignore `frozen` setting in inline modeignore_frozen_setting_in_inline_modeDavid Rodríguez2019-04-121-0/+14
* | Merge #7120Bundlerbot2019-04-141-6/+27
|\ \
| * | Fix spec calling incorrect helperfix_helpers_specsDavid Rodríguez2019-04-121-6/+27
| |/
* | 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-123-5/+5
* | s/last_command.stderr/err/David Rodríguez2019-04-125-37/+37
|/
* Move on to bundler 3David Rodríguez2019-04-113-25/+8
* Fix symlink spec on ruby 2.6fix_symlink_spec_on_ruby_2.6David Rodríguez2019-04-041-9/+7
* Read gemspec binarilyDavid Rodríguez2019-04-041-1/+1
* Fix incorrect specification name in specDavid Rodríguez2019-04-041-2/+3
* Fix missing tempfile requireDavid Rodríguez2019-04-041-0/+1
* Fix missing tmpdir requireDavid Rodríguez2019-04-041-0/+2
* Remove unused variableDavid Rodríguez2019-04-041-1/+0
* Merge "clean" helper deprecations to single placeDavid Rodríguez2019-03-301-36/+0
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-292-7/+7
* Remove a couple of unnecessary RGV usagesDavid Rodríguez2019-03-281-1/+1
* Introduce `{original,unbundled}_{system,exec}` helpersclean_env_passDavid Rodríguez2019-03-201-9/+79
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-57/+1
* Remove `eq_err` matcherDavid Rodríguez2019-03-141-6/+6
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-252-3/+3
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-222-3/+3
* Reword deprecation messagesDavid Rodríguez2019-02-211-4/+4
* Change some specs checking the wrong streamDavid Rodríguez2019-02-211-4/+4
* Merge #6974Bundlerbot2019-02-201-1/+1
|\
| * Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* | Fixup r66984. It breakes bundler's examples.SHIBATA Hiroshi2019-02-191-1/+1
|/
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-145-42/+42
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-143-17/+17
* Split stderr and stdout 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-123-13/+11
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-241-1/+1
* Merge #6856Bundlerbot2018-12-301-1/+3
|\
| * Fix specs that are broken in ruby 2.6Samuel Giddins2018-12-281-1/+3
* | Merge #6843Bundlerbot2018-12-281-24/+84
|\ \ | |/ |/|