summaryrefslogtreecommitdiff
path: root/spec
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-052-5/+5
* Remove stuff making errors harder to figure outDavid Rodríguez2020-01-051-12/+1
* Uncomment working codeDavid Rodríguez2020-01-051-1/+1
* Don't rename folders while being insideDavid Rodríguez2020-01-053-0/+6
* Disallow folder changing helpers without a blockDavid Rodríguez2020-01-052-7/+9
* Extract `in_repo_root`David Rodríguez2020-01-054-15/+19
* Move path helpers to a better placeDavid Rodríguez2020-01-052-8/+8
* Remove unnecessary setupDavid Rodríguez2020-01-051-4/+0
* Remove unnecessary `in_app_root_custom` helperDavid Rodríguez2020-01-053-6/+2
* Reuse `in_app_root2` where possibleDavid Rodríguez2020-01-053-5/+5
* Merge #7529Bundlerbot2020-01-057-21/+48
|\
| * Remove require net-http-pipeline from vendored net-http-persistent.Marcio Toshio2020-01-031-0/+21
| * Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-037-21/+27
* | Skip readline specs on WindowsDavid Rodríguez2020-01-042-1/+2
* | Tag specs using `readline`David Rodríguez2020-01-046-21/+21
* | Prefer `bundle!` to `bundle` in more placesDavid Rodríguez2020-01-042-23/+23
* | Don't use readline on GemHelper specsDavid Rodríguez2020-01-041-1/+1
* | Simplify `bundle` helperDavid Rodríguez2020-01-041-2/+2
* | Avoid swallowing errors when possibleDavid Rodríguez2020-01-041-18/+18
* | Make some `bundle gem` specs more explicitDavid Rodríguez2020-01-041-4/+12
* | Merge #7537Bundlerbot2020-01-041-0/+17
|\ \
| * | Reset `Gemfile` to the empty string after bundler/inlinefix/bundler_inlineDavid Rodríguez2020-01-021-0/+17
| |/
* | Merge #7544Bundlerbot2020-01-043-2/+3
|\ \
| * | Ignore tests needing file permissions on Windowsskip_permission_tests_on_windowsDavid Rodríguez2020-01-043-2/+3
| |/
* | Merge #7543Bundlerbot2020-01-041-1/+2
|\ \
| * | Fix flaky test failuresfix_windows_flakiesDavid Rodríguez2020-01-041-1/+2
| |/
* | Merge #7542Bundlerbot2020-01-041-0/+1
|\ \
| * | Make test platform independentmake_test_platform_independentDavid Rodríguez2020-01-041-0/+1
| |/
* | Adapt `Bundler#which` test to Windowsadapt_bundler_which_test_to_windowsDavid Rodríguez2020-01-041-2/+16
|/
* Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-313-3/+16
* Add missing specsDavid Rodríguez2019-12-311-0/+10
* Reword spec to be easier to understandDavid Rodríguez2019-12-311-1/+1
* Split credentials specs out of the surrounding contextDavid Rodríguez2019-12-311-70/+71
* Improve readabilityDavid Rodríguez2019-12-311-6/+2
* Add a bang to some commands not supposed to failDavid Rodríguez2019-12-311-5/+5
* Don't try to installDavid Rodríguez2019-12-311-1/+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
* Fix `rake build` when path has spaces on itfix/rake_build_with_spaced_pathDavid Rodríguez2019-12-201-0/+14
* Make sure to `require "rubygems"` explicitlyrequire_rubygemsDavid Rodríguez2019-12-181-0/+6
* Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-161-0/+6
* Merge #7482Bundlerbot2019-12-144-4/+8
|\
| * Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-144-4/+8
* | Delegate should be supported nowdelegate_is_now_supportedDavid Rodríguez2019-12-141-1/+1
|/
* Revert "Write & read dummy gems binarily"cleanup_windows_ci_logsDavid Rodríguez2019-12-132-2/+2
* Merge #7477Bundlerbot2019-12-131-1/+1
|\
| * Skip `did_you_mean` and `delegate` failures on MRI 2.7skip_did_you_mean_on_2_7David Rodríguez2019-12-131-1/+1