summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add bang versions of the spec helpersSamuel Giddins2016-01-251-0/+18
* Use linear search to find an unused portPablo Carranza2015-12-281-3/+6
* Initial mirror probe realworld integration specPablo Carranza2015-12-271-0/+25
* Use the local platform rather than relying on the platform reported by the specMike Virata-Stone2015-12-151-0/+10
* [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-261-5/+10
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* Promote silence_root_warning to Bundler.settings option, fix style issuesAdrian Perez2015-11-181-3/+2
* Check SILENCE_ROOT_WARNING env to skip warning on root install cmdsAdrian Perez2015-11-171-1/+4
* [RuboCop] Autocorrect offenses after rebaseSamuel Giddins2015-10-181-1/+1
* appease rubocopAndre Arko2015-10-061-1/+1
* update edge cases to only lock if possibleAndre Arko2015-10-061-1/+5
* make rubocop happyrebase-3833Andre Arko2015-08-141-1/+1
* Fix failed spec.Hirotaka Azuma2015-08-141-2/+2
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-11/+26
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* Make sure that monkeypatch of Gem::Platform gets loaded on subshellsAmy Unger2015-07-221-1/+6
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-1/+1
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-2/+2
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-4/+4
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-7/+7
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-6/+6
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-38/+38
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-151-1/+1
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-151-1/+1
* Recover correctly the env valuesfotanus@gmail.com2015-05-141-0/+12