summaryrefslogtreecommitdiff
path: root/spec/bundler/shared_helpers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-1/+1
* Use path helpers to find bundle binDavid Rodríguez2019-08-161-2/+1
* Fix bundle bin location in core repoDavid Rodríguez2019-08-161-1/+1
* Reuse more shared path helpersDavid Rodríguez2019-08-161-9/+1
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
* spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg2019-07-201-1/+1
* fix nested bundle exec's when bundler is a default gemMSP-Greg2019-07-161-2/+4
* Add missing mockmissing_mockDavid Rodríguez2019-07-041-0/+1
* Fixed wrong BUNDLE_BIN_PATH for ruby core.Hiroshi SHIBATA2019-06-101-1/+1
* Added the condition for ruby_core repository.Hiroshi SHIBATA2019-06-101-1/+9
* Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-1/+0
* Setup rubyopt to require bundler absolutelyDavid Rodríguez2019-05-121-1/+1
* Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-0/+1
* Another tryDavid Rodríguez2019-04-121-1/+1
* expand comparison path for Windows compatJan Piotrowski2019-03-031-1/+1
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-2/+2
* Ignore to add bundler lib direcotry if it is same as RbConfig::CONFIG["rubyli...ignore-bundler-lib-ruby-libSHIBATA Hiroshi2019-02-041-0/+9
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+2
* Fix loadError occuring in https://github.com/bundler/bundler/issues/6537colby/fix-bundler-load-errorColby Swandale2018-09-131-0/+10
* Stub the new rubygems integration method, rather than the underlying Gem meth...Michael Pitman2017-08-301-2/+2
* Fix inappropriate use of single quotesMichael Pitman2017-08-301-1/+1
* Improved the way the string was interpreted as a Regex by using the regex con...Michael Pitman2017-08-301-5/+1
* Change let block in spec from curly braces to a do/end block to conform with ...Michael Pitman2017-08-301-2/+2
* Change the literal regex to an eval expression in order to enable loading of ...Michael Pitman2017-08-301-2/+7
* Use a ruby declaration, rather than relying on RUBY_VERSION to run the specs ...Michael Pitman2017-08-301-27/+25
* Fix spec to obey style rulesMichael Pitman2017-08-291-1/+0
* Exclude the specs that require ruby 1.9 regexes from spec runs under ruby 1.8Michael Pitman2017-08-291-26/+28
* Support ruby version 1.8.7 and rubygems earlier than version 2.0.0Michael Pitman2017-08-291-3/+7
* Add more specs to cover the particular issue discovered when running under jrubyMichael Pitman2017-08-281-1/+30
* Use Gem.path_separator instead of File::PATH_SEPARATOR to detect an invalid b...Michael Pitman2017-08-281-3/+3
* Fix a typosKoichi ITO2017-08-151-1/+1
* use include? instead of matchAdam Wanninger2017-08-131-1/+1
* raise PathError instead of BundlerErrorAdam Wanninger2017-08-091-2/+2
* raise BundlerError and expand error messsageAdam Wanninger2017-08-071-19/+9
* fix rubocop failuresAdam Wanninger2017-08-071-4/+18
* exit if bundle bin path contains a path separatorAdam Wanninger2017-08-071-0/+10
* Move expand_path to #default_gemfile and add integration specGlenn Espinosa2017-06-251-8/+10
* Allow BUNDLE_GEMFILE to not be an absolute pathGlenn Espinosa2017-06-241-1/+9
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [SharedHelpers] Handle generic SystemCallErrors in #filesystem_accessSamuel Giddins2016-11-301-0/+21
* Stop stubbing File.expand_path in SharedHelper specsSamuel Giddins2016-09-071-2/+3
* Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-211-5/+10
|\
| * [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-5/+10
* | Fully reset in between each spec runSamuel Giddins2016-07-191-0/+4
|/
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-1/+1
* [SharedHelpers] Support 1.8.7 not having ENOTSUP definedseg-enotsupSamuel Giddins2016-03-281-1/+1
* [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_accessSamuel Giddins2016-03-281-0/+9
* Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-101-0/+9
* Refactor, clean up, and reformat unit tests for `Bundler::SharedHelpers`James Wen2016-02-101-85/+150