summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-1/+1
* 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
* Fix singular groups on injecting gemAgrim Mittal2018-07-172-3/+3
* Fix tests descriptionAgrim Mittal2018-07-021-16/+5
* Update message based on dep requirementAgrim Mittal2018-07-021-2/+4
* Fix failing specsAgrim Mittal2018-07-022-8/+7
* Update failing specs for add and install commandsAgrim Mittal2018-07-022-18/+59
* Add failing tests for install command and fix error message for addAgrim Mittal2018-07-022-13/+26
* Add tests for version specificationsAgrim Mittal2018-07-022-8/+44
* Add test for error messageAgrim Mittal2018-07-021-0/+12
* Fix test suite and update error messagesAgrim Mittal2018-06-281-29/+29
* Add gemfile error when gem is not presentAgrim Mittal2018-06-281-11/+11
* Add partial gem removal logicAgrim Mittal2018-06-281-1/+1
* Update test suite for bundle removeAgrim Mittal2018-06-281-46/+93
* Remove raise error when dependency is not foundAgrim Mittal2018-06-281-9/+75
* Handle eval_gemfileAgrim Mittal2018-06-281-29/+77
* Add check for gems that removes other gemsAgrim Mittal2018-06-281-2/+2
* Update patterns regexAgrim Mittal2018-06-281-2/+2
* Add test for gemspecAgrim Mittal2018-06-281-4/+12
* Add warning if gem is not removedAgrim Mittal2018-06-281-2/+25
* Added missing specs and updated regexAgrim Mittal2018-06-281-0/+37
* Add heredoc string to expected_gemfileAgrim Mittal2018-06-281-67/+71
* Add failing specs for more casesAgrim Mittal2018-06-281-0/+106
* Fix failing specs for nested groupsAgrim Mittal2018-06-281-52/+53
* Add failing specs for removing gems from groupsAgrim Mittal2018-06-281-64/+197
* Add empty block removal logic and specsAgrim Mittal2018-06-281-1/+22
* Add specs for removal of empty blocksAgrim Mittal2018-06-281-0/+18
* Add support for mutiple gems and add failing specsAgrim Mittal2018-06-281-16/+35
* Add specs for remove commandAgrim Mittal2018-06-281-0/+40
* Auto merge of #6572 - agrim123:agr-bundle-list-options, r=hsbtThe Bundler Bot2018-06-271-1/+52
|\
| * Change options to --without-group and --only-groupAgrim Mittal2018-06-171-9/+9
| * add specs for only and without optionsAgrim Mittal2018-06-151-1/+52
* | Auto merge of #6583 - bundler:skip-remove-auth-with-file-protocol, r=segiddinsThe Bundler Bot2018-06-203-4/+6
|\ \ | |/ |/|
| * Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-152-7/+4
| * Skip system bundler execution on Travis CI with Ruby 2.6.SHIBATA Hiroshi2018-06-151-0/+2
| * Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-152-3/+6
* | Auto merge of #6547 - agrim123:agr-add-mutiple-gems-names, r=segiddinsThe Bundler Bot2018-06-151-0/+24
|\ \
| * | remove warning when applying options to all gemsAgrim Mittal2018-06-151-1/+1
| * | Add check for empty gems requestAgrim Mittal2018-06-061-0/+8
| * | Add mutiple gems add specAgrim Mittal2018-06-061-0/+16
| |/
* | Auto merge of #6568 - greysteil:conservative-groups, r=segiddinsThe Bundler Bot2018-06-151-0/+17
|\ \
| * | Respect --conservative flag when updating a dependency groupGrey Baker2018-06-061-0/+17
| |/
* | Auto merge of #6531 - peret:outdated-filter-dependencies, r=segiddinsThe Bundler Bot2018-06-151-0/+27
|\ \ | |/ |/|
| * Rename --filter-dependencies to --only-explicit.Peter Retzlaff2018-06-041-2/+2
| * Add spec for new --filter-dependencies flag.Peter Retzlaff2018-05-111-0/+27
* | Add check when both strict and optimistic are specifiedAgrim Mittal2018-05-291-0/+8
* | add version prefixAgrim Mittal2018-05-281-0/+24