summaryrefslogtreecommitdiff
path: root/spec/update/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-11/+7
* Check for generic lockfilesDavid Rodríguez2019-07-231-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-10/+10
* s/last_command.stderr/err/David Rodríguez2019-04-121-1/+1
* Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-2/+2
* Merge #7007Bundlerbot2019-04-021-5/+5
|\
| * Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfileDavid Rodríguez2019-03-021-5/+5
* | Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-4/+4
* | Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
|/
* 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
* 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-231-5/+6
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* 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-311-0/+1
* 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
* 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-151-26/+26
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* 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-191-1/+1
* Refine completion messagesAndre Arko2014-11-281-2/+2
* rearrange specsAndre Arko2014-07-301-0/+47
* Put old version message in the block leveljoyicecloud2013-09-231-2/+2
* Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-181-0/+23
* Fixes mistakes in git_spec.rb wordingTad Hosford2013-06-251-2/+2
* Add a spec for issue #2124 (I think)JamesFerguson2013-03-051-0/+17
* change to new expect syntax for rspecTerence Lee2012-10-091-10/+10
* un-check everythingAndre Arko2011-05-241-2/+2
* need to .to_s this Pathname for 1.9.2Terence Lee2010-11-171-1/+1
* test for printing the path with the problem when git commands error outAndre Arko2010-11-161-0/+14