Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove global directory switching from specstests/less_flakyness | David Rodríguez | 2020-01-12 | 1 | -6/+3 |
| | | | | | | | | `Dir.chdir` is not thread safe, so it makes our parallel specs flaky. Instead, use the following alternatives: * Use `:chdir` parameter to `Open3` methods for specs that shell out. * Stub `find_gemfile` or other relevant helpers for unit tests. | ||||
* | Extract `bundled_app_lock` path helper | David Rodríguez | 2020-01-12 | 1 | -6/+6 |
| | |||||
* | Skip the rest of the failures on Windows | David Rodríguez | 2020-01-07 | 1 | -0/+4 |
| | |||||
* | Exclude another permissions spec from Windows build | David Rodríguez | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary `in_app_root_custom` helper | David Rodríguez | 2020-01-05 | 1 | -1/+1 |
| | |||||
* | Always pass env as strings to helpers | David Rodríguez | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Bundler displays a duplicate gem entries warning even if gems only appear ↵ | David Stosik | 2019-08-15 | 1 | -2/+2 |
| | | | | once per group | ||||
* | Try make some specs platform independent | David Rodríguez | 2019-07-23 | 1 | -0/+2 |
| | |||||
* | Normalize file:// handling in specs | David Rodríguez | 2019-06-11 | 1 | -38/+38 |
| | |||||
* | Unify stderr helpers | David Rodríguez | 2019-04-12 | 1 | -2/+2 |
| | |||||
* | Move on to bundler 3 | David Rodríguez | 2019-04-11 | 1 | -4/+4 |
| | | | | | | * Drop bundler 1 stuff from tests. * Move all feature flags to bundler 3 (like they are in 2-0-stable) and get them tested. | ||||
* | Fixes for docker | David Rodríguez | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary rubygems filters from specs | David Rodríguez | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Split stderr and stdout in specs | David Rodríguez | 2019-02-14 | 1 | -20/+20 |
| | |||||
* | Fix typo | David Rodríguez | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | Fix failing specs | Agrim Mittal | 2018-07-02 | 1 | -2/+4 |
| | |||||
* | Update failing specs for add and install commands | Agrim Mittal | 2018-07-02 | 1 | -16/+28 |
| | |||||
* | Add failing tests for install command and fix error message for add | Agrim Mittal | 2018-07-02 | 1 | -10/+24 |
| | |||||
* | Add tests for version specifications | Agrim Mittal | 2018-07-02 | 1 | -0/+22 |
| | |||||
* | Move normalize methods to helper methods from rspec example files. | SHIBATA Hiroshi | 2018-06-15 | 1 | -3/+1 |
| | |||||
* | Modify localhost variable when defining URI::File. It will be provided from ↵ | SHIBATA Hiroshi | 2018-06-15 | 1 | -1/+3 |
| | | | | Ruby 2.6. | ||||
* | Add explicit source when available in the error msg upon failure | George Papanikolaou | 2018-01-25 | 1 | -2/+2 |
| | | | | | | | The error-message function did not provide an explicit source, and that could lead in some confusion especially with big Gemfiles. The command that is output, should be valid. | ||||
* | fix breaking binstubs standalone flagcolby/bundler-binstubs-standalone | Colby Swandale | 2017-08-26 | 1 | -0/+17 |
| | | | | | Also move the bundler-install standalone flag tests into the the bundle install tests | ||||
* | fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2 | Colby Swandale | 2017-08-20 | 1 | -3/+3 |
| | |||||
* | Untangle the system gem path and the default bundle path in the specs | Samuel Giddins | 2017-07-24 | 1 | -5/+15 |
| | |||||
* | Set forgotten command line options via config in 2.0 | Samuel Giddins | 2017-07-19 | 1 | -8/+8 |
| | |||||
* | Speed up no-op installsseg-speed-up-no-op-install | Samuel Giddins | 2017-07-19 | 1 | -1/+1 |
| | | | | This should make them nearly as fast a bundle check | ||||
* | Update specs for the specific platform being added to the lockfile | Samuel Giddins | 2017-07-05 | 1 | -2/+2 |
| | | | | Also ensure the resolver processes specs in the correct order for error messages | ||||
* | [RemoteSpecification] Fail gracefully when deps is an array of array of ↵seg-full-index-invalid-deps | Samuel Giddins | 2017-07-04 | 1 | -0/+24 |
| | | | | string insted of containing Gem::Dependency objects | ||||
* | Get the Bundler 2 specs passing with transitive source pinning | Samuel Giddins | 2017-06-23 | 1 | -4/+4 |
| | |||||
* | Get the 2.0 specs passing under 2.0 | Samuel Giddins | 2017-06-23 | 1 | -2/+1 |
| | |||||
* | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 1 | -21/+0 |
| | |||||
* | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 1 | -1/+0 |
| | |||||
* | Disable RSpec monkey patching | Samuel Giddins | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Avoid using the Fail endpoint when we want to request against localhost | Samuel Giddins | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | Add a setting for forcing only the ruby platform | Samuel Giddins | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Remove expect_err from the specs & print all output on a spec failure | Samuel Giddins | 2016-08-03 | 1 | -6/+6 |
| | |||||
* | Use `include_gem` as the matcher name | Samuel Giddins | 2016-08-02 | 1 | -16/+16 |
| | |||||
* | [Matchers] Add TheBundle class to make custom matchers more fluent | Samuel Giddins | 2016-08-02 | 1 | -16/+16 |
| | |||||
* | Add positive assertion | Boggs | 2016-07-29 | 1 | -1/+3 |
| | |||||
* | Add failing spec | Boggs | 2016-07-29 | 1 | -1/+6 |
| | |||||
* | [RuboCop] Update to 0.41.2 | Samuel Giddins | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Add Bundler.ui.deprecate | Stefan Lance | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Update Bundler version to check against | Boggs | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | Use `Bundler::VERSION` for spec | Boggs | 2016-06-28 | 1 | -3/+2 |
| | | | | | | | | Add TODO to change to warn in 2.0 `dup` string for old rgv `dup` string for old rgv | ||||
* | Limit warning to `bundle i` and `bundle install` | Boggs | 2016-06-28 | 1 | -12/+15 |
| | | | | | | Reorganize specs Remove whitespace | ||||
* | Add warnings for different versions of bundler; add specs | Boggs | 2016-06-28 | 1 | -0/+12 |
| | | | | Remove space | ||||
* | [RubyVersion] Fix pattern | Samuel Giddins | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | [Install] Don't set :no_install unecessarilyseg-install-no-no-install | Samuel Giddins | 2016-05-06 | 1 | -0/+10 |
| | |||||
* | Add helpful message and error handling for non-CGI-escaped authentication | James Wen | 2016-02-16 | 1 | -0/+16 |
| | | | | - Closes #4288 |