summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* typofix by misspelltypo-fixSHIBATA Hiroshi2018-01-101-1/+1
* Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-211-4/+8
* Try to get specs passing on old RubyGemsSamuel Giddins2017-12-211-8/+10
* Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-111-4/+2
* Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-301-0/+20
* Ensure the rackup binstub is present on 2.0 when it should beseg-auto-cleanSamuel Giddins2017-08-281-0/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-1/+1
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+19
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-2/+21
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-5/+5
* 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-1/+1
|/
* Fix exec_spec on ruby-headSamuel Giddins2017-04-191-1/+3
* Change to a too large value that doesn't conflict in the futureKoichi ITO2017-04-131-1/+1
* Update exec spec to have a different expectation for RG < 2.6.2seg-exec-outside-bundleSamuel Giddins2017-04-041-4/+19
* Remove spec expectation that does not hold across all versionsSamuel Giddins2017-04-041-1/+0
* Friendly error when exec'ing to gem outside the bundleSamuel Giddins2017-04-041-0/+12
* Add a spec for nested bundle exec with a gem that shadows a default gemseg-double-bundle-execSamuel Giddins2017-03-141-15/+57
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Auto merge of #5023 - renuo:4854-gemnotfound-error, r=segiddinsThe Bundler Bot2016-12-241-1/+1
|\
| * Merge remote-tracking branch 'origin/master' into 4854-gemnotfound-errorDiego Steiner2016-09-271-0/+36
| |\
| * | Update specsBoggs2016-08-171-1/+1
* | | Auto merge of #5139 - bitboxer:move-man-pages-to-man-folder, r=indirectHomu2016-11-061-5/+5
|\ \ \
| * | | Move man pages to man folderBodo Tasche2016-10-301-5/+5
* | | | Warn if executable in bundle exec is emptybronzdoc2016-10-301-0/+15
|/ / /
* | | Fix disable_shared_gems bug & keep nested execchrismo2016-09-271-1/+24
| |/ |/|
* | [Exec] Add specs for $0 and __FILE__ when loadedseg-exec-file--zshSamuel Giddins2016-08-231-0/+36
|/
* Update specs for exec() having a different process title than loadSamuel Giddins2016-08-161-0/+2
* Add a setting for disable_exec_loadSamuel Giddins2016-08-161-0/+9
* [Exec] Only set process title on Ruby 2.1+pr/4589Samuel Giddins2016-08-101-3/+8
* Manually set a process title when using loadJames Healy2016-08-091-2/+4
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-4/+4
* 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-5/+5
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-3/+3
* Add Bundler.ui.deprecateStefan Lance2016-07-051-6/+7
* Renamed the spec for signalAsutosh Palai2016-06-281-2/+2
* Fixes specs for 1.8.7Asutosh Palai2016-06-281-0/+2
* Fixes for quality_specAsutosh Palai2016-06-271-4/+4
* Added a failing spec for #4568Asutosh Palai2016-06-271-0/+25
* Prefer spec name matches when searching for an exeseg-spec-for-exe-match-spec-nameSamuel Giddins2016-06-241-1/+0
* [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dashSamuel Giddins2016-05-231-82/+62
* Use `cat` instead of `echo` for specsBoggs2016-04-301-35/+92
* Add more specs for exec and help usageBoggs2016-04-301-4/+37
* Show executable's man page when --help or -h is presentBoggs2016-04-301-0/+18
* [Exec] Allow executables to exit non-zero via at_exitseg-exec-load-at-exitSamuel Giddins2016-04-141-1/+8
* [RubygemsIntegration] Add support for new activate_bin_path binstubsseg-rg-master-supportSamuel Giddins2016-03-051-2/+2