aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* [bundler/bundler] Removed the environmental variables that are BUNDLE_USER_*.Hiroshi SHIBATA2019-08-031-0/+1
| | | | | | It's affect with rspec examples and broke them. https://github.com/bundler/bundler/commit/355a922073
* [bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero2019-08-031-24/+6
| | | | https://github.com/bundler/bundler/commit/69bee117fb
* [bundler/bundler] Remove now unused logicDavid Rodríguez2019-08-031-1/+0
| | | | https://github.com/bundler/bundler/commit/5b285685a4
* [bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez2019-08-032-2/+2
| | | | | | | These specs are only run on bundler 2, so the compatibility method is not needed. https://github.com/bundler/bundler/commit/6cb28e3aeb
* [bundler/bundler] Better info about spec exclusionsDavid Rodríguez2019-08-031-0/+8
| | | | https://github.com/bundler/bundler/commit/1ee77d9c55
* [bundler/bundler] Skip specs using `Process.fork` on WindowsDavid Rodríguez2019-08-031-0/+6
| | | | https://github.com/bundler/bundler/commit/ebcb25a3c3
* [bundler/bundler] Try make some specs platform independentDavid Rodríguez2019-08-036-0/+17
| | | | https://github.com/bundler/bundler/commit/b5900e57a4
* [bundler/bundler] Check for generic lockfilesDavid Rodríguez2019-08-033-5/+3
| | | | https://github.com/bundler/bundler/commit/344a881592
* [bundler/bundler] Update error messages to be more preciseDavid Rodríguez2019-08-031-13/+13
| | | | https://github.com/bundler/bundler/commit/9ddeeb1fe1
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-031-1/+9
| | | | https://github.com/bundler/bundler/commit/50ccdb32c2
* [bundler/bundler] Indentation fixesDavid Rodríguez2019-08-031-14/+14
| | | | https://github.com/bundler/bundler/commit/2a44090cb6
* [bundler/bundler] Add a comment to explain the initial resetDavid Rodríguez2019-08-031-0/+1
| | | | https://github.com/bundler/bundler/commit/6d0a8f4128
* [bundler/bundler] Move environment reset to the only test needing itDavid Rodríguez2019-08-032-2/+4
| | | | https://github.com/bundler/bundler/commit/6d3b809695
* [bundler/bundler] Improve test to make it more independent from envDavid Rodríguez2019-08-031-2/+3
| | | | https://github.com/bundler/bundler/commit/038f0d7c37
* [bundler/bundler] Remove unnecessary assignmentsDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/3e5d4b2c42
* [bundler/bundler] spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg2019-08-031-1/+1
| | | | | | | | PR 7248 incorrectly changed a path calculation. This reverts. After running Azure Pipelines CI in my ruby/ruby fork and checking the 'bundler' jobs, the error was apparent... https://github.com/bundler/bundler/commit/811755b413
* [bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg2019-08-031-2/+4
| | | | https://github.com/bundler/bundler/commit/537c0ab712
* [bundler/bundler] dsl_spec.rb - fix for Ruby coreMSP-Greg2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/33892e1ed2
* [bundler/bundler] Remove `cache_command_is_package` feature flagDavid Rodríguez2019-08-032-10/+0
| | | | | | | So that we handle the removal of `bundle cache` just like we'll handle the removal of `bundle show` and `bundle console`. https://github.com/bundler/bundler/commit/ff1a669efb
* [bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/8ecd722b9f
* [bundler/bundler] Correct a rubygems test filterDavid Rodríguez2019-08-031-1/+1
| | | | | | It seems to pass under rubygems 2.5.2. https://github.com/bundler/bundler/commit/062cd2be7c
* [bundler/bundler] Remove unnecessary test filterDavid Rodríguez2019-08-031-1/+1
| | | | | | Since it covers the whole range we support. https://github.com/bundler/bundler/commit/c0b9d4e6c6
* [bundler/bundler] Change the refresh spec to not use `stubs_for`David Rodríguez2019-08-031-3/+3
| | | | | | | | | | | | | We plan to incrementally populate this array in rubygems, so that will break the test because the first time `find_by_name("rack")` is called will make the `rack` gem available in the array. We can test the same thing using some other way, which is more appropriate anyways, because `Bundler.rubygems.find_name` is only used inside `bundler` to look for the `bundler` gem itself whereas `Bundler.rubygems.all_specs` is used in more places. https://github.com/bundler/bundler/commit/49c519ef47
* [bundler/bundler] No need to make `Gem.refresh` a noopDavid Rodríguez2019-08-031-1/+1
| | | | | | | | The rubygems integration sets up a `post_reset` hook that resets the specs back to what bundler knows after `Gem::Specification.reset` is called (which is what `Gem.refresh` calls under the hood). https://github.com/bundler/bundler/commit/3810f9945c
* [bundler/bundler] Remove unnecessary lineDavid Rodríguez2019-08-031-1/+0
| | | | | | It contains a typo, so it can't be needed. https://github.com/bundler/bundler/commit/ef38c97fbf
* [bundler/bundler] Tweak some quality specs to check more filesDavid Rodríguez2019-08-031-8/+8
| | | | https://github.com/bundler/bundler/commit/98023e25de
* [bundler/bundler] Refactor setting the encoding in quality specsDavid Rodríguez2019-08-031-13/+14
| | | | | | Instead of setting the encoding globally, set it when reading the files. https://github.com/bundler/bundler/commit/e2a5c45e4d
* [bundler/bundler] This seems to pass for meDavid Rodríguez2019-08-031-3/+0
| | | | https://github.com/bundler/bundler/commit/e31880b1ea
* [bundler/bundler] Remove now meaningless warningDavid Rodríguez2019-08-031-19/+0
| | | | https://github.com/bundler/bundler/commit/00b095b98f
* [bundler/bundler] Add all platforms to lockfile by defaultDavid Rodríguez2019-08-032-5/+23
| | | | https://github.com/bundler/bundler/commit/3dc509e645
* [bundler/bundler] Refactor some specsDavid Rodríguez2019-08-032-9/+9
| | | | https://github.com/bundler/bundler/commit/785c7af1f3
* [bundler/bundler] Make some specs more explicitDavid Rodríguez2019-08-031-13/+11
| | | | https://github.com/bundler/bundler/commit/5e08e849ec
* [bundler/bundler] Remove unnecessary begin-end blockDavid Rodríguez2019-08-031-15/+13
| | | | | | And freeze the resulting hash to appease rubocop. https://github.com/bundler/bundler/commit/f38ebff92f
* [bundler/bundler] Fix typosDavid Rodríguez2019-08-031-4/+4
| | | | https://github.com/bundler/bundler/commit/1bd9660780
* [bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez2019-08-032-7/+3
| | | | https://github.com/bundler/bundler/commit/e6a03f1102
* [bundler/bundler] Remove unused filterDavid Rodríguez2019-08-031-1/+0
| | | | https://github.com/bundler/bundler/commit/102d6229d4
* [bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez2019-08-031-6/+4
| | | | https://github.com/bundler/bundler/commit/22de94d3b4
* [bundler/bundler] More specific assertionDavid Rodríguez2019-08-031-2/+2
| | | | | | 1.0.0 is such a common output, and it was hiding a crash in the test. https://github.com/bundler/bundler/commit/c688337e24
* [bundler/bundler] Remove redundant assertionDavid Rodríguez2019-08-031-1/+0
| | | | https://github.com/bundler/bundler/commit/7ac854dea1
* [bundler/bundler] Make spec easier to debugDavid Rodríguez2019-08-031-1/+3
| | | | https://github.com/bundler/bundler/commit/156629291e
* [bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-08-031-2/+12
| | | | https://github.com/bundler/bundler/commit/899aeeebb0
* [bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins2019-08-031-0/+19
| | | | https://github.com/bundler/bundler/commit/e45d2272ea
* [bundler/bundler] Add missing mockDavid Rodríguez2019-08-031-0/+1
| | | | | | | I'm not sure this test is useful but since it's there, it should be complete. https://github.com/bundler/bundler/commit/3e350089db
* [bundler/bundler] Improve spec to be more realisticDavid Rodríguez2019-08-031-2/+3
| | | | https://github.com/bundler/bundler/commit/ca96316b97
* [bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez2019-08-031-2/+5
| | | | https://github.com/bundler/bundler/commit/b47d23edf5
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-031-7/+17
| | | | https://github.com/bundler/bundler/commit/02177d0e10
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/3df138318f
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/773203ec5a
* [bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez2019-08-031-0/+28
| | | | https://github.com/bundler/bundler/commit/7da2bf75f5
* [bundler/bundler] Fix a typo on a spec commentDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/1a853ad6ac