summaryrefslogtreecommitdiff
path: root/spec/commands/install_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-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 helperDavid Rodríguez2020-01-121-6/+6
|
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+4
|
* Exclude another permissions spec from Windows buildDavid Rodríguez2020-01-071-1/+1
|
* Remove unnecessary `in_app_root_custom` helperDavid Rodríguez2020-01-051-1/+1
|
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-1/+1
|
* Bundler displays a duplicate gem entries warning even if gems only appear ↵David Stosik2019-08-151-2/+2
| | | | once per group
* Try make some specs platform independentDavid Rodríguez2019-07-231-0/+2
|
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-38/+38
|
* Unify stderr helpersDavid Rodríguez2019-04-121-2/+2
|
* Move on to bundler 3David Rodríguez2019-04-111-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 dockerDavid Rodríguez2019-03-131-2/+2
|
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
|
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-20/+20
|
* Fix typoDavid Rodríguez2019-02-141-1/+1
|
* Fix failing specsAgrim Mittal2018-07-021-2/+4
|
* Update failing specs for add and install commandsAgrim Mittal2018-07-021-16/+28
|
* Add failing tests for install command and fix error message for addAgrim Mittal2018-07-021-10/+24
|
* Add tests for version specificationsAgrim Mittal2018-07-021-0/+22
|
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-3/+1
|
* Modify localhost variable when defining URI::File. It will be provided from ↵SHIBATA Hiroshi2018-06-151-1/+3
| | | | Ruby 2.6.
* Add explicit source when available in the error msg upon failureGeorge Papanikolaou2018-01-251-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-standaloneColby Swandale2017-08-261-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-2Colby Swandale2017-08-201-3/+3
|
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-5/+15
|
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-8/+8
|
* Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-191-1/+1
| | | | This should make them nearly as fast a bundle check
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-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-depsSamuel Giddins2017-07-041-0/+24
| | | | string insted of containing Gem::Dependency objects
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-4/+4
|
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-2/+1
|
* Completely remove the postit trampolineSamuel Giddins2017-06-211-21/+0
|
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
|
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
|
* Avoid using the Fail endpoint when we want to request against localhostSamuel Giddins2016-12-211-2/+2
|
* Add a setting for forcing only the ruby platformSamuel Giddins2016-09-271-1/+1
|
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-6/+6
|
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-16/+16
|
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-16/+16
|
* Add positive assertionBoggs2016-07-291-1/+3
|
* Add failing specBoggs2016-07-291-1/+6
|
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
|
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
|
* Update Bundler version to check againstBoggs2016-06-281-1/+1
|
* Use `Bundler::VERSION` for specBoggs2016-06-281-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`Boggs2016-06-281-12/+15
| | | | | | Reorganize specs Remove whitespace
* Add warnings for different versions of bundler; add specsBoggs2016-06-281-0/+12
| | | | Remove space
* [RubyVersion] Fix patternSamuel Giddins2016-06-081-2/+2
|
* [Install] Don't set :no_install unecessarilyseg-install-no-no-installSamuel Giddins2016-05-061-0/+10
|
* Add helpful message and error handling for non-CGI-escaped authenticationJames Wen2016-02-161-0/+16
| | | | - Closes #4288