summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-191-4/+4
* Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-181-1/+8
|\
| * Use Bundler::Installer for bundle pristineNick LaMuro2017-08-141-1/+8
* | Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-243-11/+31
* | Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-4/+7
* | Add spec for prerelease dependency resolutionGrey Baker2017-07-221-0/+3
* | Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-3/+31
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-1655-0/+55
|/
* Limit specs to rack-test < 0.7.0 for Ruby 1.8.7 compatibilitysegiddins-spec-deps-updateSamuel Giddins2017-07-101-0/+3
* Auto merge of #5826 - greysteil:handle-invalid-range-errors, r=indirectThe Bundler Bot2017-07-081-0/+37
|\
| * Make CompactIndexPartialUpdate artifice deterministicGrey Baker2017-07-051-9/+8
| * Avoid Range Not Satisfiable errors during normal request flowGrey Baker2017-07-041-0/+38
* | Add a be_sorted matcherSamuel Giddins2017-07-051-0/+14
* | Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-052-0/+18
* | Enable specific_platform by default on 2.0Samuel Giddins2017-07-051-0/+4
* | Auto merge of #5829 - bundler:colby/vcr-cassettes-illegal-path-chars, r=segid...The Bundler Bot2017-07-053-1/+1
|\ \
| * | remove forbidden chars in cassettes pathnamecolby/vcr-cassettes-illegal-path-charsColby Swandale2017-07-043-1/+1
* | | Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-281-0/+8
| |/ |/|
* | Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-272-2/+22
|\ \
| * | Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-2/+6
| * | Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-0/+16
* | | Add specs for the global gem cacheSamuel Giddins2017-06-271-0/+12
|/ /
* | Get the specs passing in 1.0 modeSamuel Giddins2017-06-232-7/+7
* | Introduce a CommandExecution helper class in the specsSamuel Giddins2017-06-232-18/+70
* | Completely remove the postit trampolineSamuel Giddins2017-06-211-1/+0
|/
* Fix matching against no major deprecationsSamuel Giddins2017-06-141-1/+6
* Remove the vcr gem from the specs since we rolled our ownseg-realworld-vcrSamuel Giddins2017-06-131-2/+0
* Add cassettes for realworld trampoline specs used on old RGSamuel Giddins2017-06-138-0/+28
* [Rakefile] Allow re-recording all VCR cassettesSamuel Giddins2017-06-131-1/+2
* Add VCR cassettes for realworld specsSamuel Giddins2017-06-13646-0/+2284
* Disallow making realworld network requests on CISamuel Giddins2017-06-131-1/+1
* Get the realworld specs running on 1.8.7 againSamuel Giddins2017-06-132-7/+16
* Re-implement VCR to support marshalled responses with incorrect content-lengt...Samuel Giddins2017-06-131-131/+82
* Use a single cassette for the realworld specsSamuel Giddins2017-06-132-2/+1
* [Realworld] Use VCR for network requestsSamuel Giddins2017-06-133-5/+216
* [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gemSamuel Giddins2017-06-121-0/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-287-20/+20
* Avoid Rack 1.6.7 in specs for nowseg-spec-rack-avoid-1.6.7Samuel Giddins2017-05-161-1/+3
* Avoid re-building manpages each spec runseg-ensure-manSamuel Giddins2017-05-131-1/+1
* Ensure that manpages are always built when running specsSamuel Giddins2017-05-121-0/+13
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* Mark updated git gems in specs as being from gitSamuel Giddins2017-04-281-1/+2
* Fix exec_spec on ruby-headSamuel Giddins2017-04-191-2/+1
* [SpecSet] Avoid sorting specs in initializerSamuel Giddins2017-04-141-1/+1
* Allow installing a gem from an arbitrary repo in the specsSamuel Giddins2017-03-141-1/+3
* Remove .bundle if its in tmp in Spec.reset!Samuel Giddins2017-03-141-2/+2
* Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-181-0/+16
|\
| * Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-0/+16
* | Auto merge of #5421 - bundler:seg-read-only-fs-no-global-settings, r=indirectThe Bundler Bot2017-02-153-1/+6
|\ \ | |/ |/|
| * In specs, set TMPDIR to be ./tmp/tmpdirSamuel Giddins2017-02-103-2/+7