summaryrefslogtreecommitdiff
path: root/spec/commands/clean_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-2/+2
* Ignore tests needing file permissions on Windowsskip_permission_tests_on_windowsDavid Rodríguez2020-01-041-1/+1
* Prefer `be_empty` to `eq("")`David Rodríguez2019-12-091-1/+1
* Fix `bundle clean` regressionDavid Rodríguez2019-09-011-0/+26
* Use non deprecated functionality for `bundle clean` specsDavid Rodríguez2019-09-011-27/+65
* Fix a couple of typostyposDavid Rodríguez2019-08-181-1/+1
* Reuse `gem_command!` helperDavid Rodríguez2019-08-161-8/+4
* Reuse `lockfile` spec helperDavid Rodríguez2019-07-051-3/+1
* Merge #7161Bundlerbot2019-06-241-45/+45
|\
| * Normalize file:// handling in specsDavid Rodríguez2019-06-111-45/+45
* | Use real paths for `bundle clean`use_real_git_pathsDavid Rodríguez2019-06-171-0/+26
|/
* Remove debugging shellsDavid Rodríguez2019-04-121-4/+0
* Move on to bundler 3David Rodríguez2019-04-111-4/+4
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-4/+4
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-6/+6
* Make `bundle clean` clean git extension directoriesDylan Thacker-Smith2019-03-211-0/+39
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-2/+2
* Merge #6974Bundlerbot2019-02-201-4/+2
|\
| * Remove undefined commandDavid Rodríguez2019-02-191-2/+0
| * Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* | Fixed cop failuresSHIBATA Hiroshi2019-02-201-1/+1
* | Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.SHIBATA Hiroshi2019-02-191-5/+9
|/
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-3/+3
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+1
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-1/+1
* Make `bundle clean` clean extension directoriesArtyom Khramov2018-01-101-0/+35
* Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-3/+3
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+24
* [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-251-4/+5
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-2/+2
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-7/+18
* [CLI] Deprecate install --cleanSamuel Giddins2017-07-191-2/+2
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-30/+28
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-13/+13
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Changed the behavior of 'bundle clean --dry-run' to output the list of gems b...hiren mistry2016-10-041-1/+31
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-2/+2
* Add Bundler.ui.deprecateStefan Lance2016-07-051-13/+13
* [Path] Set spec installed_by_version so RubyGems will know it has an extensio...Samuel Giddins2016-02-231-2/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Use SharedHelpers#filesystem_access in bundle clean for a friendlier error me...James Wen2015-12-181-0/+34
* [RuboCop] Autocorrect offenses after rebaseSamuel Giddins2015-10-181-3/+1
* clean: add test for not removing git extensions artifactsSimon Eskildsen2015-10-061-0/+22
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-35/+35
* Revert "svn source support"Andre Arko2015-01-251-36/+0
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-4/+4
* fix specs for new execAndre Arko2015-01-191-1/+1
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-3/+3
* fix clean error specAndre Arko2014-06-251-1/+1