summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the `have_major_deprecation` matcherDavid Rodríguez2019-03-141-0/+4
* Remove `eq_err` matcherDavid Rodríguez2019-03-141-0/+6
* Prefer --no-documentDavid Rodríguez2019-03-131-1/+1
* Merge #7016Bundlerbot2019-03-051-2/+2
|\
| * Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-041-2/+2
* | Merge #7012Bundlerbot2019-03-041-1/+1
|\ \ | |/ |/|
| * Update spec/support/helpers.rbDavid Rodríguez2019-03-041-1/+1
| * adapt path regex to also work with Windows pathsJan Piotrowski2019-03-031-1/+1
* | set ENV via Open3.popen3 param in sys_exec instead of via command being executedJan Piotrowski2019-03-031-6/+6
|/
* Merge #6974Bundlerbot2019-02-201-2/+2
|\
| * Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* | Fixed cop failuresSHIBATA Hiroshi2019-02-201-1/+1
* | The ruby core applied the difference structure from bundler upstreamSHIBATA Hiroshi2019-02-191-4/+8
|/
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-2/+2
* Merge #6793Bundlerbot2019-01-231-5/+0
|\
| * Removed exe/bundle_ruby and its example.SHIBATA Hiroshi2018-11-201-5/+0
* | make system_bundle_bin_path helper and resolve failing tests for ruby < 2.6Colby Swandale2018-12-281-1/+1
* | set `bundle` spec helper to load the system bundler binstub directly instead ...Colby Swandale2018-12-281-1/+1
|/
* Merge #6743Bundlerbot2018-11-161-2/+7
|\
| * Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+5
| * rubocop -aSHIBATA Hiroshi2018-10-201-1/+1
| * Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-1/+2
* | Merge #6714Bundlerbot2018-11-061-1/+1
|\ \
| * | Hangs in specs improvedDavid Rodríguez2018-10-031-1/+1
* | | Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-5/+2
| |/ |/|
* | Merge #6742Bundlerbot2018-10-171-0/+4
|\ \
| * | rubocop -aSHIBATA Hiroshi2018-10-161-1/+1
| * | added full path of rake executable.SHIBATA Hiroshi2018-10-161-1/+1
| * | Added missing helper method for rakeSHIBATA Hiroshi2018-10-161-0/+4
* | | Removed win32-open3 workaround.SHIBATA Hiroshi2018-10-161-0/+2
|/ /
* | Remove "no-color" tweaks from specsDavid Rodríguez2018-10-011-3/+0
|/
* To use --no-document option after RubyGems 2.0. RubyGems will remove --no-ri ...SHIBATA Hiroshi2018-07-121-1/+5
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-0/+9
* Allow simulating particular flavors of windows in the specsSamuel Giddins2018-02-031-2/+2
* Rename `-rubygerms` option. It only needs with Ruby 1.8 and Ruby 2.5 will rem...SHIBATA Hiroshi2017-10-061-1/+1
* Remove `File.expand_path` when it given Pathname objectSHIBATA Hiroshi2017-09-071-5/+5
* Removed Spec::Path, Because it's included on rspec contexts of bundlerSHIBATA Hiroshi2017-09-071-6/+6
* Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-071-4/+4
* Removed needless loadedSHIBATA Hiroshi2017-09-071-2/+0
* Rename spec to spec_dir, bin to bindir on Spec::PathSHIBATA Hiroshi2017-09-071-4/+4
* Added space before require sectionSHIBATA Hiroshi2017-09-061-0/+1
* To use helper methods for relative path references.SHIBATA Hiroshi2017-09-061-6/+7
* Allow simulating different RubyGems versions in the specsSamuel Giddins2017-08-171-0/+8
* 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