summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Use shellescape instead of manually escapingspecs/fix_subprocess_escapingDavid Rodríguez2020-01-051-2/+1
* Avoid spawning a new shell with Open3.popen3David Rodríguez2020-01-051-2/+3
* Prefer `warn` to `$stderr.puts`David Rodríguez2020-01-051-2/+2
* Remove stuff making errors harder to figure outDavid Rodríguez2020-01-051-12/+1
* Uncomment working codeDavid Rodríguez2020-01-051-1/+1
* Disallow folder changing helpers without a blockDavid Rodríguez2020-01-051-6/+6
* Extract `in_repo_root`David Rodríguez2020-01-052-3/+7
* Move path helpers to a better placeDavid Rodríguez2020-01-052-8/+8
* Remove unnecessary `in_app_root_custom` helperDavid Rodríguez2020-01-051-4/+0
* Merge #7529Bundlerbot2020-01-052-8/+16
|\
| * Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-032-8/+16
* | Skip readline specs on WindowsDavid Rodríguez2020-01-041-0/+1
* | Simplify `bundle` helperDavid Rodríguez2020-01-041-2/+2
* | Ignore tests needing file permissions on Windowsskip_permission_tests_on_windowsDavid Rodríguez2020-01-041-0/+1
|/
* Use raise instead of flunkSutou Kouhei2019-12-311-1/+1
* Fix rspec stuck problem for large stderr external commandSutou Kouhei2019-12-311-2/+4
* Add ruby2_keywordsSutou Kouhei2019-12-313-3/+3
* Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-142-2/+6
* Revert "Write & read dummy gems binarily"cleanup_windows_ci_logsDavid Rodríguez2019-12-131-1/+1
* Merge #7460Bundlerbot2019-12-131-2/+0
|\
| * No longer need workarounds since our uri version is fixedvendorize_uri_libraryDavid Rodríguez2019-12-081-2/+0
* | Bump RuboCop to 0.77.0Koichi ITO2019-12-121-1/+1
* | Remove unnecessary -I optionfix_gem_tasksDavid Rodríguez2019-12-101-1/+1
|/
* Rename `unrequire_rubygems` to `reexec`improve_rubygems_switcherDavid Rodríguez2019-12-011-2/+2
* Rename `env_version` to `source`David Rodríguez2019-12-011-11/+11
* Rename `target_tag_version` to `target_tag`David Rodríguez2019-12-011-5/+5
* Improve rubygems switching codeDavid Rodríguez2019-12-012-35/+13
* Merge #7459Bundlerbot2019-11-291-9/+12
|\
| * Fix condition to verify root is a git directoryunskip_quality_specsDavid Rodríguez2019-11-281-1/+1
| * Extract git check logic to a methodDavid Rodríguez2019-11-281-9/+12
* | Don't hide part of backtracesDavid Rodríguez2019-11-281-3/+1
* | Always pass env as strings to helpersDavid Rodríguez2019-11-281-2/+0
|/
* Lazily load `open3`David Rodríguez2019-11-261-2/+1
* Merge #7452Bundlerbot2019-11-231-2/+2
|\
| * Bump rubocop and rubocop-performanceDavid Rodríguez2019-11-221-2/+2
* | Merge #7451Bundlerbot2019-11-2310-10/+10
|\ \
| * | Write & read dummy gems binarilyDavid Rodríguez2019-11-221-1/+1
| * | Reuse installed gems with windows CIDavid Rodríguez2019-11-221-1/+1
| * | Read marshaled gemspecs binarilyDavid Rodríguez2019-11-228-8/+8
| |/
* | Fixup style issuesDavid Rodríguez2019-11-221-3/+3
* | Fix glob base in bundler.gemspecKazuhiro NISHIYAMA2019-11-221-1/+2
* | Skip some tests if extracted from tarballKazuhiro NISHIYAMA2019-11-221-0/+9
|/
* Enable warnings in ruby subprocessesDavid Rodríguez2019-11-121-1/+1
* Merge #7435Bundlerbot2019-11-115-12/+4
|\
| * Improve rubygems version overriding mechanismDavid Rodríguez2019-11-115-12/+4
* | Prefer requires not relying on the `$LOAD_PATH`David Rodríguez2019-11-111-1/+2
* | Lazily require fileutilsDavid Rodríguez2019-11-111-1/+2
* | Require pieces of bundler absolutelyDavid Rodríguez2019-11-111-2/+4
|/
* Pass `env` as a parameter to `sys_exec`no_env_in_frontDavid Rodríguez2019-11-061-2/+2
* Revert "I don't think we need this now"undo_some_unskipsDavid Rodríguez2019-11-061-0/+1