aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/exec_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-270/+0
* Test for "bundle exec ruby".Andre Arko2013-08-041-0/+6
* Improve RUBYLIB example in exec spec.Dominique d'Argent2013-07-261-4/+5
* Use RUBYLIB instead of RUBYOPT to add the bundle lib path to ruby $LOAD_PATH.Dominique d'Argent2013-07-111-2/+17
* Spelling, grammar, and consistency in spec/other/Tad Hosford2013-06-271-1/+0
* lock is no longer a command. where'd that come from.Andre Arko2012-11-191-5/+1
* Merge pull request #2145 from sol/do-not-swallow-verbose-on-execAndre Arko2012-11-191-0/+24
* change to new expect syntax for rspecTerence Lee2012-10-091-23/+23
* fix exec spec for message changeAndre Arko2011-12-221-1/+1
* #1519 gracefully handle bundle exec with no argsTerence Lee2011-11-301-0/+10
* Merge branch '1-0-stable'Terence Lee2011-09-121-0/+6
|\
| * Fix exec when command contains 'exec'Andre Arko2011-09-011-0/+6
* | Merge branch '1-0-stable'Terence Lee2011-08-061-2/+2
|\|
| * gems provide "executables", they are rarely also "binaries"Xavier Noria2011-06-171-2/+2
* | Merge branch 'refactor_index'Andre Arko2011-06-101-29/+0
|\ \ | |/ |/|
| * --disable-shared-gems flag removed in 1.1Terence Lee2011-05-191-29/+0
* | un-check everythingAndre Arko2011-05-241-4/+4
|/
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-1/+2
* clean up specs:Terence Lee2010-10-281-1/+1
* Go away useless use warningsAndre Arko2010-10-241-2/+2
* consistency requires exitstatus over exit_statusAndre Arko2010-10-161-3/+3
* Add exit codes for the two cases when bundler exec failsWill Leinweber2010-08-151-2/+4
* 1.8 and 1.9 should output the same thingCarlhuda2010-07-211-1/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-211-1/+30
* Remove deprecated lock specsCarl Lerche2010-04-261-16/+0
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-231-2/+3
* Fix spec warningsAndre Arko2010-04-231-1/+1
* Remove irrelevant testsCarlhuda2010-04-211-7/+0
* Require spec_helperCarlhuda2010-04-201-1/+1
* Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+20
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-2/+10
* Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-071-0/+13
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-0/+1
* Include executables in virtual gemspecsAndre Arko2010-03-241-17/+87
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-181-8/+36
* Fix exec spec to run on linuxAndre Arko2010-03-121-1/+1
* No more "useless use of ==" warningsAndre Arko2010-03-111-2/+2
* Use locked env.rb in `bundle exec` if it is available. Closes issue #177.Rhett Sutphin2010-03-041-0/+12
* Refactor default_spec stuffCarlhuda2010-02-221-18/+0
* Add failing exec after --without specAndre Arko2010-02-221-0/+18
* Fix quality spec failureCarlhuda2010-02-221-1/+1
* Fix testCarlhuda2010-02-221-1/+2
* Testing execCarlhuda2010-02-221-0/+15
* Reinstate quality_specCarlhuda2010-02-191-1/+1
* Handle rubygems executable wrappers betterCarl Lerche2010-02-051-0/+29
* Improve bundle execCarl Lerche2010-02-051-3/+21
* A first pass of bundle execCarl Lerche2010-01-311-0/+17