summaryrefslogtreecommitdiff
path: root/spec/commands/binstubs_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [repo move] Update GitHub URL in comments and `skip` messages in spec/Ellen Marie Dash2020-01-161-2/+2
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-2/+2
* Pass a generic options hash to `sys_exec`David Rodríguez2020-01-121-1/+1
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-1/+1
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+6
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-1/+1
* Improve binstub specsDavid Rodríguez2019-11-111-26/+49
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-141-1/+1
* Merge #7259Bundlerbot2019-07-291-13/+21
|\
| * Update error messages to be more preciseDavid Rodríguez2019-07-231-13/+13
| * Use a consistent requirement in binstubDavid Rodríguez2019-07-231-1/+9
* | Remove unnecessary indirectionsDavid Rodríguez2019-07-241-1/+1
|/
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-21/+21
* Merge #7128Bundlerbot2019-04-141-1/+1
|\
| * Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* | s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* | s/last_command.stderr/err/David Rodríguez2019-04-121-7/+7
* | Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
|/
* Move on to bundler 3David Rodríguez2019-04-111-1/+1
* make rubocop happyJan Piotrowski2019-03-031-1/+1
* fix other sys_exec calls that prepended an env variableJan Piotrowski2019-03-031-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-8/+8
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-2/+2
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-1/+1
* [Binstubs] Add --all optionssegiddins/bundle-binstubs-allSamuel Giddins2018-04-181-0/+23
* To use exe instead of default name. Because bin name is conflict with Ruby 2....SHIBATA Hiroshi2017-12-281-1/+2
* Added test example for binstub warningSHIBATA Hiroshi2017-12-051-0/+19
* Auto merge of #5976 - bundler:colby/bundler-binstubs-standalone, r=segiddinsThe Bundler Bot2017-08-281-8/+17
|\
| * fix breaking binstubs standalone flagcolby/bundler-binstubs-standaloneColby Swandale2017-08-261-8/+17
* | When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-251-6/+8
|/
* Update binstubs specs to handle legacy rubygemsseg-bundler-binstubsSamuel Giddins2017-07-211-1/+4
* Quote env var values for ruby < 2 popenSamuel Giddins2017-07-211-1/+1
* Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-7/+110
* Fix deployment specs under Bundler 2Samuel Giddins2017-07-191-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-5/+6
* Add --shebang option to binstubs commandseg-binstubs-shebangDimitris Zorbas2017-06-131-0/+13
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* | Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
|/
* Swap single to double quotes for standalone binstubsZach Ahn2017-03-051-1/+1
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* fix standalone executable when dest of symlinkTerin Stock2016-08-121-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* Add Bundler.ui.deprecateStefan Lance2016-07-051-3/+3
* Make spec context more specific, modify standalone option descriptionBoggs2016-05-261-4/+5
* Add standalone flag to binstubs, fix #4594Boggs2016-05-251-0/+15