summaryrefslogtreecommitdiff
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge #6856Bundlerbot2018-12-301-1/+3
|\
| * Fix specs that are broken in ruby 2.6Samuel Giddins2018-12-281-1/+3
* | Merge #6843Bundlerbot2018-12-281-24/+84
|\ \ | |/ |/|
| * Test `with_clean_env` deprecationsclean_env_deprecation_pathDavid Rodríguez2018-12-191-0/+18
| * Properly deprecate `with_clean_env`David Rodríguez2018-12-191-2/+2
| * Introduce `with_unbundled_env`David Rodríguez2018-12-191-0/+16
| * Test deprecation messageDavid Rodríguez2018-12-191-0/+18
| * Test `clean_env` too with a shared specDavid Rodríguez2018-12-191-9/+13
| * Modify specs to not be affected by deprecationsDavid Rodríguez2018-12-191-3/+3
| * Extract test subject to a letDavid Rodríguez2018-12-191-4/+6
| * Refactor hooksDavid Rodríguez2018-12-191-7/+9
| * Run `unbundled_env` specs under all rubiesDavid Rodríguez2018-12-191-2/+2
| * Deprecate `clean_env` in favor of `unbundled_env`David Rodríguez2018-12-191-5/+5
* | Added quiet flag to inline bundlerPatryk Ptasiński2018-12-131-0/+13
|/
* Fixed typoSHIBATA Hiroshi2018-11-011-1/+1
* Backport from ruby coreSHIBATA Hiroshi2018-11-013-7/+8
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-202-8/+8
* Use helper method instead of hard-code path.SHIBATA Hiroshi2018-10-161-2/+2
* Merge #6706Bundlerbot2018-09-241-8/+3
|\
| * Fix typoclean_up_some_specsDavid Rodríguez2018-09-231-1/+1
| * Fix TODO noteDavid Rodríguez2018-09-231-3/+0
| * Remove unnecessary requireDavid Rodríguez2018-09-231-1/+1
| * Remove unnecessary commentDavid Rodríguez2018-09-231-1/+0
| * Move require to a better place for readabilityDavid Rodríguez2018-09-231-2/+1
* | Friendlier solution for a problematic specfix_local_spec_failureDavid Rodríguez2018-09-171-1/+5
* | Move common stuff to inside letDavid Rodríguez2018-09-171-3/+3
* | Modify env only in subprocessDavid Rodríguez2018-09-171-3/+1
* | Improve specDavid Rodríguez2018-09-171-8/+1
|/
* Fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-091-1/+1
* Auto merge of #6502 - ojab:1-16-stable, r=indirectThe Bundler Bot2018-07-101-0/+44
|\
| * Use realpath in clean_load_pathojab2018-05-031-0/+44
* | Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-2/+1
* | Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-151-0/+1
|/
* [Definition] Gracefully handle when the lockfile is missing specs needed to r...Samuel Giddins2018-02-031-0/+32
* Merge tag 'v1.16.1'Samuel Giddins2017-12-274-26/+37
|\
| * Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-212-5/+3
| * Try to get specs passing on old RubyGemsSamuel Giddins2017-12-214-22/+35
| * Auto merge of #6201 - jetthoughts:binstub-use-gemfile-from-env, r=indirectThe Bundler Bot2017-12-111-0/+29
| * Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-12-111-4/+0
| * Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-111-1/+1
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-2/+2
* | Auto merge of #6201 - jetthoughts:binstub-use-gemfile-from-env, r=indirectThe Bundler Bot2017-12-051-0/+29
|\ \
| * | Setup Gemfile path before loading bundler in order to use original GemfilePaul Nikitochkin2017-12-021-0/+29
* | | remove duplicate gem creationAndre Arko2017-11-261-4/+0
|/ /
* | improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-1/+1
* | Remove `File.expand_path` when it given Pathname objectSHIBATA Hiroshi2017-09-071-1/+1
* | Removed Spec::Path, Because it's included on rspec contexts of bundlerSHIBATA Hiroshi2017-09-071-1/+1
* | Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-071-1/+1
* | To use helper methods for relative path references.SHIBATA Hiroshi2017-09-061-1/+1
|/
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-6/+8