summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
Commit message (Expand)AuthorAgeFilesLines
* Move method only used once inlinemore_paralelization_improvementsDavid Rodríguez2020-02-111-6/+2
* Remove unused aliasDavid Rodríguez2020-02-111-2/+0
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-10/+2
* Extract `man_tracked_files` path helperDavid Rodríguez2020-01-121-0/+6
* Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-121-0/+4
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-0/+4
* Disallow folder changing helpers without a blockDavid Rodríguez2020-01-051-6/+6
* Extract `in_repo_root`David Rodríguez2020-01-051-2/+6
* Move path helpers to a better placeDavid Rodríguez2020-01-051-0/+8
* Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-141-1/+5
* Merge #7460Bundlerbot2019-12-131-2/+0
|\
| * No longer need workarounds since our uri version is fixedvendorize_uri_libraryDavid Rodríguez2019-12-081-2/+0
* | Remove unnecessary -I optionfix_gem_tasksDavid Rodríguez2019-12-101-1/+1
|/
* 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
* 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
* Improve rubygems version overriding mechanismDavid Rodríguez2019-11-111-1/+1
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-1/+1
* Replace `with_rubygems` scriptDavid Rodríguez2019-09-191-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-3/+7
* Share test fixtures with parallel_testsHiroshi SHIBATA2019-08-191-1/+1
* Parallelize test suiteDavid Rodríguez2019-08-181-1/+8
* Fix a couple of typostyposDavid Rodríguez2019-08-181-1/+1
* Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-161-0/+4
* Extract a `root_gemspec` local variableDavid Rodríguez2019-08-161-3/+4
* Extract a `with_root_gemspec` helperDavid Rodríguez2019-08-161-0/+12
* Extract a `lib_tracked_files` path helperDavid Rodríguez2019-08-161-0/+4
* Extract a `tracked_files` path helperDavid Rodríguez2019-08-161-0/+4
* Always use `--backtrace` when invoking `gem` CLIDavid Rodríguez2019-08-161-1/+1
* Extract a `gem_bin` path helperDavid Rodríguez2019-08-161-0/+4
* Move `lib` helper together with path helpersDavid Rodríguez2019-08-161-0/+4
* Remove duplicated methodDavid Rodríguez2019-08-161-4/+0
* Revert "make system_bundle_bin_path helper and resolve failing tests for ruby...fix_spec_working_by_chanceDavid Rodríguez2019-08-071-4/+0
* The keys for RbConfig::CONFIG was String.Hiroshi SHIBATA2019-08-011-2/+2
* Use RbConfig::CONFIG directly instead of Gem::ConfigMap.Hiroshi SHIBATA2019-07-281-2/+3
* Fix file:// handling under WindowsDavid Rodríguez2019-06-111-2/+3
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-0/+8
* Move on to bundler 3David Rodríguez2019-04-111-1/+1
* Fixup r66984. Update the location of bundler gemspec.SHIBATA Hiroshi2019-02-201-1/+1
* make system_bundle_bin_path helper and resolve failing tests for ruby < 2.6Colby Swandale2018-12-281-0/+4
* Following up ruby core changes.SHIBATA Hiroshi2018-11-271-1/+1
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-13/+11
* rubocop -aSHIBATA Hiroshi2018-10-201-1/+2
* Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-4/+16
* Make RakeTask spec:deps OS agnosticLeo Arnold2018-10-171-4/+4
* Rename spec to spec_dir, bin to bindir on Spec::PathSHIBATA Hiroshi2017-09-071-4/+4
* Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-071-4/+4
* To use helper methods for relative path references.SHIBATA Hiroshi2017-09-061-1/+13