summaryrefslogtreecommitdiff
path: root/spec/runtime/with_clean_env_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-211-4/+2
* Try to get specs passing on old RubyGemsSamuel Giddins2017-12-211-14/+23
* Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-111-1/+1
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-6/+8
* Always bundle exec to Gem.ruby in the specsSamuel Giddins2017-08-171-9/+9
* Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-0/+8
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* ruby 1.8 can't even give exit statusesAndre Arko2016-10-131-2/+2
* Rename all BUNDLE_ORIG_* env to BUNDLER_ORIG*aa-orig-env-renameAndre Arko2016-08-101-1/+1
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-141-2/+23
* Introduce Bundler.original_env and .clean_envReto Kaiser2016-02-211-74/+63
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-141-0/+15
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Preserve PATH in with_clean_envSamuel Giddins2016-01-311-0/+15
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* Clean RUBYLIB as well in `with_clean_env`Andre Arko2015-09-191-4/+2
* Add test for #3982Agis Anastasopoulos2015-09-191-0/+9
* Fix Style/LineEndConcatenationVictor Koronen2015-08-141-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-10/+10
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-4/+0
* Kills some whitespace at ends of filesTad Hosford2013-07-031-1/+0
* change to new expect syntax for rspecTerence Lee2012-10-091-11/+11
* fix a few warnings that show up while running specsrohit2012-10-021-2/+0
* Always try to keep original GEM_PATHPiotr Sarnacki2012-06-071-0/+14
* Avoid passing RUBYOPT changes in with_clean_env block.Eric Anderson2012-01-261-2/+14
* with_clean_env spec cleanupJonathan Dance2011-02-251-51/+41
* add Bundler.clean_system and Bundler.clean_execJonathan Dance2011-02-251-0/+31
* with_clean_env clears bundler env varsJonathan Dance2011-02-251-3/+35
* Require spec_helperCarlhuda2010-04-221-1/+1
* Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-291-0/+15