summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Better conditional assertionfix_locally_failing_specDavid Rodríguez2018-09-111-1/+1
* Uses logic from cli and removes redundant testankitkataria2018-09-021-7/+0
* Fixes test for --gemfile flagankitkataria2018-08-281-4/+10
* Add test for --gemfile flagankitkataria2018-08-241-0/+10
* Skip system bundler execution on Travis CI with Ruby 2.6.SHIBATA Hiroshi2018-06-151-0/+2
* fix failing exec spec that is blocking 1.16.2colby/fix-exec-specColby Swandale2018-04-141-14/+2
* Another attemptNikita Esaulov2018-03-151-3/+7
* Another attemptNikita Esaulov2018-03-151-0/+2
* Fix testNikita Esaulov2018-03-151-1/+1
* Update `expected_err` for ruby < 1.9Nikita Esaulov2018-03-151-1/+5
* Fix failure when exception backtrace is nilNikita Esaulov2018-03-151-0/+20
* Auto merge of #6223 - shayonj:s/hup-fix, r=segiddinsThe Bundler Bot2018-02-031-20/+50
|\
| * Clean up signal handler testSamuel Giddins2018-01-151-37/+45
| * Add spec to make sure unexpected signals are not restored to DEFAULTShayon Mukherjee2018-01-151-0/+22
* | Fix failing spec in the bundle exec system gem speccolby/fix-exec-failing-testColby Swandale2018-01-261-1/+1
|/
* 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