summaryrefslogtreecommitdiff
path: root/spec/cache
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary folder removalsDavid Rodríguez2020-01-241-3/+0
* Create test lib in tmp, not in the root of the repoDavid Rodríguez2020-01-241-2/+2
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-4/+2
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-3/+3
* Normalize "bundle cache" vs "bundle package"normalize_bundle_cacheDavid Rodríguez2019-10-203-283/+279
* Add a spec for installing git deps after packaging w/o gitSamuel Giddins2019-08-271-0/+17
* Always set `cache_all` via config during testsDavid Rodríguez2019-07-242-20/+37
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-9/+9
* Normalize file:// handling in specsDavid Rodríguez2019-06-113-15/+15
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-112-5/+5
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-303-3/+3
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-292-5/+5
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-1/+1
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-8/+8
* Default to packaging all on 2.0Samuel Giddins2017-08-282-2/+2
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-7/+20
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-192-13/+13
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-233-10/+6
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-4/+4
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-305-5/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-035-5/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-282-2/+2
|/
* Restore and update absolute cache_path testMal Graty2017-05-011-0/+7
* Permit absolute paths in cache_path settingMal Graty2017-05-011-8/+0
* Ensure pre-existing Git caches are updated from remote sourceAlex Taylor2017-04-211-0/+27
* Disable RSpec monkey patchingSamuel Giddins2017-01-155-6/+6
* 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-3/+3
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-023-15/+15
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-023-15/+15
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* Fix typo in cache/platform_spec.rbYuki Asano2016-03-281-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-315-0/+5
* Clean up "Cloning into 'submodule-1.0'..." output messages from test suiteJames Wen2015-12-301-3/+3
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-262-2/+2
* quotable rubocopfix-path-caching-3900Andre Arko2015-08-131-1/+1
* make sure intersecting gem paths are cachedSteven Davidovitz2015-08-131-0/+18
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Merge pull request #3896 from EduardoBautista/fix-missing-sourceAndre Arko2015-08-021-0/+10
|\
| * Failing spec for #3896Andre Arko2015-08-021-0/+10
|/
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-182-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-152-12/+12
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-152-4/+0
* Revert "svn source support"Andre Arko2015-01-252-114/+0
* allow cache path to be configuredAndre Arko2015-01-251-0/+33
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-2/+2