summaryrefslogtreecommitdiff
path: root/spec/update
Commit message (Expand)AuthorAgeFilesLines
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-1/+1
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-2/+2
* Improve redownload specsmore_assertionsDavid Rodríguez2018-09-241-3/+13
* Limit redownload specs to bundler 2better_force_to_redownload_transitionDavid Rodríguez2018-09-191-1/+1
* Make the equivalent change to `bundle update`David Rodríguez2018-09-181-0/+34
* fix whitespace to make rubocop happy and add spacing between `it blocksColby Swandale2018-01-271-1/+2
* Added a note about why `BUNDLE_GEMFILE` is specified in these specsJoel Van Horn2018-01-251-0/+2
* Added spacing and `before` in specJoel Van Horn2018-01-251-2/+4
* Added `--gemfile` option to `bundle update`Joel Van Horn2018-01-241-0/+61
* Fixed failing examples for Bundler 2 APISHIBATA Hiroshi2017-12-111-1/+1
* Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-2/+2
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-6/+12
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-2/+2
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-1/+1
* Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-031-3/+2
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+37
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-232-7/+8
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-033-3/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-153-3/+3
* Use `bundle!` in specsJason King2016-12-091-4/+4
* Specs for update post-install messagesJason King2016-12-081-0/+77
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-4/+4
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-6/+6
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-6/+6
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* [GitProxy] Only try and submodule deinit on git 2.9.0+seg-deinit-submodulesSamuel Giddins2016-06-271-1/+1
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+0
* Compatibility with frozen string literalsSamuel Giddins2016-01-312-0/+2
* Clean up "Cloning into 'submodule-1.0'..." output messages from test suiteJames Wen2015-12-301-3/+3
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* Include revision hash in Source::Git#to_sshow-git-revAgis Anastasopoulos2015-10-251-2/+2
* [Path] Update spec for wrapping path in backticksSamuel Giddins2015-10-021-1/+1
* fixup! Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-39/+39
* Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-0/+51
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-152-28/+28
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* move the base install/update specs into commandsAndre Arko2015-06-051-211/+0
* Add a test that shows that bundle update fails loudly in a frozen bundleseg-update-frozen-fails-loudlySamuel E. Giddins2015-03-221-0/+10
* Revert "svn source support"Andre Arko2015-01-251-100/+0
* clean up some missed some @exitstatusAndre Arko2015-01-201-1/+1
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-1/+1
* we can have exitstatus and err at the same timeAndre Arko2015-01-192-2/+2
* Refine completion messagesAndre Arko2014-11-282-4/+4
* Added space around operator '=>'Kai Baraka2014-10-021-2/+2
* Merge tag 'v1.7.1'Tim Moore2014-08-243-63/+65
|\
| * rearrange specsAndre Arko2014-07-303-63/+65
* | add local override support for svn sourcesStefan Huber2014-04-271-1/+1