summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-4/+17
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-4/+7
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-3/+31
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-281-0/+8
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-1/+1
* Introduce a CommandExecution helper class in the specsSamuel Giddins2017-06-231-18/+30
* Completely remove the postit trampolineSamuel Giddins2017-06-211-1/+0
* Use a single cassette for the realworld specsSamuel Giddins2017-06-131-1/+0
* [Realworld] Use VCR for network requestsSamuel Giddins2017-06-131-5/+18
* [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-281-1/+1
* Fix exec_spec on ruby-headSamuel Giddins2017-04-191-2/+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 #5421 - bundler:seg-read-only-fs-no-global-settings, r=indirectThe Bundler Bot2017-02-151-1/+1
|\
| * In specs, set TMPDIR to be ./tmp/tmpdirSamuel Giddins2017-02-101-2/+2
* | Use Array#include in the spec helperSamuel Giddins2017-02-101-2/+2
|/
* [PostitTrampoline] Rename env varsseg-platform-docsSamuel Giddins2016-12-261-1/+1
* Verify no un-mocked requests are being made in the specsSamuel Giddins2016-12-211-1/+3
* Use the bundle helper when calling bundle_rubySamuel Giddins2016-12-211-12/+2
* Use a regexp instead of a convoluted start_with? method callSamuel Giddins2016-12-211-1/+1
* Replace fakeweb in the specs with artificeseg-remove-fakewebSamuel Giddins2016-11-181-2/+0
* Auto merge of #4992 - chrismo:fix_disable_shared_gems_gem_path, r=chrismoHomu2016-09-281-3/+19
|\
| * @segiddins support for system bundlerchrismo2016-09-211-3/+19
* | [Lock] Default to not updatingseg-lock-no-updateSamuel Giddins2016-09-111-1/+5
|/
* Rename all BUNDLE_ORIG_* env to BUNDLER_ORIG*aa-orig-env-renameAndre Arko2016-08-101-3/+3
* Update resolving specs for not printing errors immediatelyseg-expect-errSamuel Giddins2016-08-031-2/+2
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-14/+15
* Move the gem_command helper to existing execution infrastructureSamuel Giddins2016-08-021-1/+10
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-0/+4
* Add install_gemfile! for specsSamuel Giddins2016-07-221-0/+1
* Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-211-12/+5
|\
| * [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-4/+4
| * [Helpers] Use capture helper in capture_outputSamuel Giddins2016-07-201-8/+1
* | Fully reset in between each spec runSamuel Giddins2016-07-191-1/+1
|/
* Fix RubyGems printing packaging messages during the specsseg-silence-testsSamuel Giddins2016-07-051-0/+1
* Add `bundler` method in helperBoggs2016-07-031-1/+6
* Auto merge of #4727 - asutoshpalai:exec-signal-fix, r=segiddinsHomu2016-06-291-3/+3
|\
| * Added a failing spec for #4568Asutosh Palai2016-06-271-3/+3
* | Fix spurious spec failures due to leaking Bundler.uiseg-specs-reset-uiSamuel Giddins2016-06-271-0/+1
|/
* Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-111-0/+1
|\
| * Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-0/+1
* | Add spec hax support for stubbing the ruby versionSamuel Giddins2016-06-051-0/+9
|/
* [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dashSamuel Giddins2016-05-231-1/+1
* [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-181-0/+7
* Rewrite Spec::Helpers#sys_execseg-sys-execSamuel Giddins2016-03-281-11/+4
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-141-20/+18
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-16/+14