summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-291-0/+31
* Auto merge of #5675 - bundler:seg-specs-resilient-against-rubylib-shims, r=se...The Bundler Bot2017-05-291-2/+4
|\
| * Make the setup specs resilient agains ruby shims setting RUBYLIBseg-specs-resilient-against-rubylib-shimsSamuel Giddins2017-05-231-2/+4
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-2835-156/+156
* | use Settings.temporary to set error_on_stderr feature flag in rspeccolby/stderr-featureColby Swandale2017-05-231-1/+1
* | remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-231-1/+1
* | fix newline not being added correctly when printing to stderrColby Swandale2017-05-211-1/+1
* | Merge remote-tracking branch 'origin/master' into colby/stderr-featureColby Swandale2017-05-173-1/+17
|\ \ | |/
| * 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-122-0/+14
* | stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* | fix not checking error level before printing to stderrColby Swandale2017-05-171-0/+4
* | add print error to stderr featureColby Swandale2017-05-161-0/+45
|/
* Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirectThe Bundler Bot2017-05-101-0/+16
|\
| * [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-0/+16
* | Auto merge of #5647 - bundler:colby/spec-set-specs, r=segiddinsThe Bundler Bot2017-05-091-0/+35
|\ \
| * | add specs for #find_by_name_and_platform and #merge in SpecSetcolby/spec-set-specsColby Swandale2017-05-091-0/+35
* | | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-091-0/+24
|\ \ \
| * | | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolveSamuel Giddins2017-05-031-0/+24
* | | | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-081-0/+25
|\ \ \ \
| * | | | Try and fix the buildJulian Nadeau2017-05-051-11/+11
| * | | | Fix tests, address concernsJulian Nadeau2017-05-051-4/+7
| * | | | Return Bundler::StubSpec if stub is a Bundler::StubSpecJulian Nadeau2017-05-051-0/+22
| | |_|/ | |/| |
* | | | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddinsThe Bundler Bot2017-05-0810-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Unify the notation of RubyGemsKoichi ITO2017-05-0410-11/+11
| |/ /
* | | Fix a typosKoichi ITO2017-05-037-12/+12
|/ /
* | Restore and update absolute cache_path testMal Graty2017-05-011-0/+7
* | Permit absolute paths in cache_path settingMal Graty2017-05-011-8/+0
* | Auto merge of #5624 - bundler:seg-fetch-named-symbolic-refs, r=indirectThe Bundler Bot2017-04-301-0/+87
|\ \
| * | [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refsSamuel Giddins2017-04-281-0/+87
* | | Auto merge of #5622 - bundler:seg-shortref-display, r=indirectThe Bundler Bot2017-04-302-1/+24
|\ \ \
| * | | [Git] Only shorten refs if they are SHAsseg-shortref-displaySamuel Giddins2017-04-281-0/+22
| * | | Mark updated git gems in specs as being from gitSamuel Giddins2017-04-281-1/+2
| |/ /
* | | [Runtime] Print a more helpful error when gem activation conflicts with a def...seg-test-default-gem-substitutes-are-activatedSamuel Giddins2017-04-281-0/+44
|/ /
* | Auto merge of #5608 - bundler:seg-config-mirror-fallback-timeout, r=indirectThe Bundler Bot2017-04-271-0/+10
|\ \
| * | [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-241-0/+10
| |/
* | Add a spec for open-uri not being loaded after setupseg-dont-require-thor-actionsSamuel Giddins2017-04-251-0/+6
* | Use FileUtils.rm in specs instead of shellSamuel Giddins2017-04-251-1/+1
|/
* Auto merge of #5602 - alextaylor000:issue-5423, r=segiddinsThe Bundler Bot2017-04-221-0/+27
|\
| * Ensure pre-existing Git caches are updated from remote sourceAlex Taylor2017-04-211-0/+27
* | Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-211-0/+12
|\ \ | |/ |/|
| * Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicatesSamuel Giddins2017-04-191-0/+12
* | Auto merge of #5588 - bundler:seg-fix-ruby-head-tests, r=segiddinsThe Bundler Bot2017-04-212-3/+4
|\ \
| * | Fix exec_spec on ruby-headSamuel Giddins2017-04-192-3/+4
| |/
* | Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddinsThe Bundler Bot2017-04-201-0/+5
|\ \
| * | Apply source to calculate stub spec extensionJulian Nadeau2017-04-181-0/+5
| |/
* | move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-8/+7
|/
* Auto merge of #5585 - bundler:seg-spec-set-perf, r=segiddinsThe Bundler Bot2017-04-151-1/+1
|\
| * [SpecSet] Avoid sorting specs in initializerSamuel Giddins2017-04-141-1/+1