summaryrefslogtreecommitdiff
path: root/spec/cache/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
|/
* Ensure pre-existing Git caches are updated from remote sourceAlex Taylor2017-04-211-0/+27
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-2/+2
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-3/+3
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-4/+4
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-4/+4
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* 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
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-4/+4
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* match up test name with other gemspec-caching testAndre Arko2013-02-021-1/+1
* clean up caching git gem specs, add testAndre Arko2012-12-081-0/+19
* change to new expect syntax for rspecTerence Lee2012-10-091-18/+18
* fix a few warnings that show up while running specsrohit2012-10-021-5/+3
* don't display warning if Bundler.settings[:cache_all] is setTerence Lee2012-07-171-0/+14
* add warning message for `bundle pack --all` if not used with git reposTerence Lee2012-07-171-0/+13
* Prune git and path directories inside vendor/cache, closes #1988José Valim2012-07-171-0/+2
* Don't actually care if git repo is inside the repository, always cache it, cl...José Valim2012-07-171-0/+18
* Ensure packaged git repos can be updated.José Valim2012-03-221-11/+55
* Just cache git and path is --all is given.José Valim2012-03-201-49/+51
* Path and Git should also be packaged.José Valim2012-03-201-1/+67
* Fixed regex error in base_name and added test.Matthew Smith2011-06-211-5/+2
* Fixed tabs in source.rb and added test in git_spec.rbMatthew Smith2011-06-211-2/+1
* Added test for git uri as a network share.Matthew Smith2011-06-201-0/+7
* github is spelled with 1 tTerence Lee2010-11-101-1/+1
* Require spec_helperCarlhuda2010-04-221-1/+1
* Git#base_name should escape dirpath.hasimo2010-03-041-0/+9
* bundle pack will cache and lockCarl Lerche2010-02-181-0/+0