aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/clean_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add --dry-run flag to cleanWill Farrington2013-01-061-0/+28
* clean up bad v1.2.2 mergeAndre Arko2012-11-171-1/+1
* update merged specs to the new rspec expect syntaxAndre Arko2012-11-171-3/+3
* Merge tag 'v1.2.2'Andre Arko2012-11-151-0/+40
|\
| * Revert "`clean` should not remove gems in the lockfile"Terence Lee2012-09-141-1/+24
| * test to ensure bundle clean works when suing BUNDLE_WITHOUT groupsTerence Lee2012-09-141-0/+18
* | change to new expect syntax for rspecTerence Lee2012-10-091-44/+44
|/
* `clean` should not remove gems in the lockfileTerence Lee2012-08-081-24/+1
* don't remove git sources with `clean`Terence Lee2012-08-081-0/+25
* fix void use of == warningAndre Arko2012-03-101-2/+2
* failing test for clean when using :path with no gemspecTerence Lee2011-12-291-0/+21
* remove --clean on update, --clean is a setting on installTerence Lee2011-12-061-38/+26
* remove `clean` on install/update by default with `--path`Terence Lee2011-12-061-22/+22
* #1561 don't clean when using --deploymentTerence Lee2011-11-301-0/+31
* #1473 fix bundle clean output for git reposTerence Lee2011-11-301-15/+15
* Fixed failing test in clean_spec.rbJim Deville2011-11-291-1/+3
* Fixes #1560 with an exit code of 1, and makes running clean_spec.rbJim Deville2011-11-291-2/+3
* #1532: add failing test case on non "bin/" bindirTerence Lee2011-11-201-0/+22
* #1490. Check for 7 char length git revision for bundle cleanTerence Lee2011-10-201-0/+30
* add --force to bundle clean, thanks @ebeigartsTerence Lee2011-09-181-1/+24
* change 'should be ==' to 'should eq()'Terence Lee2011-09-181-7/+7
* automatically clean on bundle update with --pathTerence Lee2011-09-171-1/+38
* don't save bundle clean as a settingTerence Lee2011-09-171-10/+11
* auto bundle clean on install, add --clean/--no-clean optionsTerence Lee2011-09-171-17/+81
* convert pathnames to strings for ruby 1.9Andre Arko2011-09-141-2/+4
* fixes #1390: Clean up cached git dirs in bundle cleanTerence Lee2011-09-131-1/+24
* using "be ==" in tests removes some warnings from 1.9.2Josh Kalderimis2011-08-311-7/+7
* properly handle nested gems in git repos with bundle cleanTerence Lee2011-08-161-0/+18
* remove @ in @revisionTerence Lee2011-08-161-4/+4
* in clean remove old .gem/.gemspec to fix old cleanTerence Lee2011-08-161-0/+29
* change should_not_have_gem to should_not_have_gemsTerence Lee2011-08-161-8/+10
* bundle clean should clean up the cache gems, close #1293Gabriel Horner2011-08-051-26/+22
* remove extra bundle installs in bundle clean specsTerence Lee2010-11-121-17/+12
* use vendor/bundle instead of vendor for specsTerence Lee2010-10-281-6/+6
* Revert "add --clean to bundle install"Terence Lee2010-10-281-76/+45
* Revert "in bundle install, use --clean in --deployment"Terence Lee2010-10-281-21/+0
* in bundle install, use --clean in --deploymentTerence Lee2010-10-261-0/+21
* add --clean to bundle installTerence Lee2010-10-261-45/+76
* bundle clean requires --path to be setTerence Lee2010-10-261-0/+13
* bundle clean cleans up older git reposTerence Lee2010-10-261-1/+32
* bundle clean removes unused git directoriesTerence Lee2010-10-261-1/+35
* bundle clean removes stale bins tooTerence Lee2010-10-261-0/+6
* bundle clean spec for without groupsTerence Lee2010-10-261-1/+23
* bundle clean, remove unused standalone gemsTerence Lee2010-10-261-0/+101