summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Use non deprecated functionality for `bundle clean` specsDavid Rodríguez2019-09-011-27/+65
* Merge #7307Bundlerbot2019-08-271-25/+30
|\
| * Merge all `bundle check --path` specsdeprecate_path_arg_to_check_and_packageDavid Rodríguez2019-08-161-25/+30
| * Remove duplicated spec filterDavid Rodríguez2019-08-161-1/+1
* | Fix some bundler specs (#2380)David Rodríguez2019-08-236-13/+23
* | Fix a couple of typostyposDavid Rodríguez2019-08-181-1/+1
* | Merge #7274Bundlerbot2019-08-182-7/+4
|\ \
| * | Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-2/+1
| * | Don't use system bundler on this specDavid Rodríguez2019-08-171-4/+2
| * | Fix spec using the deprecated `bundle config` modeDavid Rodríguez2019-08-171-1/+1
* | | Merge #7302Bundlerbot2019-08-171-2/+2
|\ \ \
| * | | Bundler displays a duplicate gem entries warning even if gems only appear onc...David Stosik2019-08-151-2/+2
* | | | Merge #7309Bundlerbot2019-08-171-2/+8
|\ \ \ \
| * | | | Fix `bundle doctor` commandfix_bundle_doctorDavid Rodríguez2019-08-161-2/+8
| | |_|/ | |/| |
* | | | Fix open default gem errorZehan Zhao2019-08-161-0/+13
* | | | Wrap `open` specs with a contextDavid Rodríguez2019-08-161-69/+71
* | | | Prefer `before` to `before :each`David Rodríguez2019-08-161-1/+1
| |_|/ |/| |
* | | Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-161-2/+1
* | | Reconcile testDavid Rodríguez2019-08-161-3/+1
* | | Reuse `gem_command!` helperDavid Rodríguez2019-08-161-8/+4
* | | Reuse more shared path helpersDavid Rodríguez2019-08-161-6/+1
* | | Remove duplicated methodDavid Rodríguez2019-08-161-1/+1
|/ /
* | Merge #7301Bundlerbot2019-08-163-4/+5
|\ \ | |/ |/|
| * Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-141-1/+1
| * Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-141-1/+2
| * Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-141-1/+1
| * Fix typo: duplicated the [skip-ci]ohbarye2019-08-141-1/+1
* | Merge #7263Bundlerbot2019-08-141-0/+36
|\ \ | |/ |/|
| * Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-311-0/+36
* | Revert "make system_bundle_bin_path helper and resolve failing tests for ruby...fix_spec_working_by_chanceDavid Rodríguez2019-08-071-1/+1
* | Make sure spec fails if `bundle install` failsDavid Rodríguez2019-08-071-1/+1
* | Fix installation of system bundlerDavid Rodríguez2019-08-071-3/+2
* | Use non deprecated way of setting bundler pathDavid Rodríguez2019-08-071-1/+2
* | Clarify spec descriptionDavid Rodríguez2019-08-071-2/+2
|/
* Merge #7123Bundlerbot2019-07-311-24/+6
|\
| * Move duplicated code to `before` blocksGuillermo Guerrero2019-07-241-24/+6
* | Merge #7259Bundlerbot2019-07-291-13/+21
|\ \
| * | Update error messages to be more preciseDavid Rodríguez2019-07-231-13/+13
| * | Use a consistent requirement in binstubDavid Rodríguez2019-07-231-1/+9
* | | Merge #7258Bundlerbot2019-07-292-5/+9
|\ \ \
| * | | Remove unnecessary indirectionsDavid Rodríguez2019-07-241-1/+1
| * | | Always set `cache_all` via config during testsDavid Rodríguez2019-07-241-4/+8
| | |/ | |/|
* | | Merge #7257Bundlerbot2019-07-263-0/+7
|\ \ \ | |/ / |/| |
| * | Try make some specs platform independentDavid Rodríguez2019-07-233-0/+7
| |/
* | Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
|/
* Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-1/+1
* Correct a rubygems test filterDavid Rodríguez2019-07-111-1/+1
* Remove unnecessary test filterDavid Rodríguez2019-07-111-1/+1
* Refactor some specsDavid Rodríguez2019-07-101-2/+2
* Merge #7222Bundlerbot2019-07-061-9/+18
|\