summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-5/+0
* Remove unneeded LOAD_PATH modificationDavid Rodríguez2020-01-071-1/+0
* Disallow folder changing helpers without a blockDavid Rodríguez2020-01-051-1/+3
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-1/+1
* Improve rubygems switching codeDavid Rodríguez2019-12-011-1/+1
* Improve rubygems version overriding mechanismDavid Rodríguez2019-11-111-1/+1
* Always use folder structure aware path helpersspec_normalizationsDavid Rodríguez2019-11-041-3/+4
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-1/+1
* Add missing requireDavid Rodríguez2019-10-031-0/+1
* Move some global requires to their few usagesDavid Rodríguez2019-09-181-3/+0
* Move require to the only file that needs itDavid Rodríguez2019-09-171-1/+0
* Explicitly require test helpersDavid Rodríguez2019-09-171-4/+15
* Rename requirement_checker to filtersspec_simplificationsDavid Rodríguez2019-09-151-22/+0
* This module is special and not used inside specsDavid Rodríguez2019-09-151-1/+0
* Remove github_action_linux tag from bundler examples.Hiroshi SHIBATA2019-09-051-1/+0
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-6/+6
* Remove the :ruby exclusion tagremove_old_rubies_thingsDavid Rodríguez2019-08-181-1/+0
* Fixed rubocop errortrack-ruby-core-masterHiroshi SHIBATA2019-08-161-2/+2
* Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-141-0/+1
* Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA2019-08-141-1/+1
* GitHub Actions does not support ANSI color code. Skip failing examples.Hiroshi SHIBATA2019-08-141-1/+1
* Explicitly ignored GEMRC environmental variable.Hiroshi SHIBATA2019-08-141-0/+1
* Commit man pages to source controlDavid Rodríguez2019-08-101-2/+0
* Removed the environmental variables that are BUNDLE_USER_*.remove-user-environmental-valsHiroshi SHIBATA2019-07-251-0/+1
* Move environment reset to the only test needing itDavid Rodríguez2019-07-231-2/+2
* Remove unnecessary assignmentsDavid Rodríguez2019-07-231-2/+2
* Remove unused filterDavid Rodríguez2019-07-051-1/+0
* Merge #7002Bundlerbot2019-06-141-0/+1
|\
| * Skip specs that need coloring on Windowsfix_shell_type_settingDavid Rodríguez2019-05-241-0/+1
* | Fix bisectionsrandom_test_orderDavid Rodríguez2019-05-271-6/+9
* | Use the `:shell` bisect runningDavid Rodríguez2019-05-271-0/+2
* | Fix some flakies on the first specDavid Rodríguez2019-05-271-4/+4
|/
* Merge #7174Bundlerbot2019-05-181-0/+3
|\
| * Revert "Remove unused filter"restore_git_filterDavid Rodríguez2019-05-181-0/+3
* | Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-0/+1
|/
* Merge #7138Bundlerbot2019-04-291-1/+0
|\
| * Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-1/+0
* | Remove coverage tracking for the time beingDavid Rodríguez2019-04-241-2/+0
|/
* Added explicitly loading rspec. Because ruby core didn't use rspec cli directly.SHIBATA Hiroshi2019-04-141-0/+1
* Remove unnecessary RSpec activationDavid Rodríguez2019-03-201-13/+0
* We only filter major versions of bundlerremove_less_than_procDavid Rodríguez2019-03-131-1/+1
* Remove LessThanProcDavid Rodríguez2019-03-131-3/+3
* Remove unused filterDavid Rodríguez2019-03-131-3/+0
* Test repo1 should be inmutableDavid Rodríguez2019-03-131-1/+0
* Remove more unnecessary stuffDavid Rodríguez2019-03-131-7/+0
* do not generate manpages on WindowsJan Piotrowski2019-01-111-1/+1
* Following up ruby core changes.SHIBATA Hiroshi2018-11-271-0/+12
* Followed up https://github.com/bundler/bundler/pull/6743SHIBATA Hiroshi2018-11-161-3/+3
* rubocop -aSHIBATA Hiroshi2018-11-071-1/+0
* To use around hook instead of before suite.SHIBATA Hiroshi2018-11-061-4/+3