summaryrefslogtreecommitdiff
path: root/spec/commands/info_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Remove unnecessary test filterDavid Rodríguez2019-07-111-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-3/+3
* Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* change info command spec to use `bundle info` instead of `bundle show`colby/fix-info-specColby Swandale2019-04-021-1/+1
* Merge #7026Bundlerbot2019-03-311-13/+101
|\
| * Port regexp feature from `bundle show`David Rodríguez2019-03-141-0/+13
| * Fix `bundle info bundler` pathDavid Rodríguez2019-03-141-1/+0
| * Make `bundle info rails` create a lock fileDavid Rodríguez2019-03-141-2/+0
| * Bring specs from `bundle show`David Rodríguez2019-03-141-1/+88
| * Slight tweak to some other specsDavid Rodríguez2019-03-141-6/+4
| * Remove duplicated specDavid Rodríguez2019-03-141-7/+0
| * Use exact path to gem in `bundle info` specsDavid Rodríguez2019-03-141-3/+3
* | Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-1/+1
|/
* Test repo1 should be inmutableDavid Rodríguez2019-03-131-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-1/+1
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-1/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* skip default gem test for 1.9.3Colby Swandale2017-02-191-1/+1
* cleanup and add output for default gemColby Swandale2017-02-191-2/+2
* remove version strings in rdoc specColby Swandale2017-02-131-2/+2
* fix breaking test with missing `RSpec.`Colby Swandale2017-02-131-1/+1
* allow info for default gemsColby Swandale2017-01-271-0/+8
* fix rubocop issuesColby Swandale2017-01-271-5/+5
* touchup specs, removed outdated status from bundle infoColby Swandale2017-01-271-17/+30
* remove --path argument from info commandFrederico Bittencourt2016-11-221-5/+1
* fix typoFrederico2016-11-191-1/+1
* rubcop changesFrederico Bittencourt2016-10-151-2/+1
* don't fetch latest versions if gem name not foundFrederico Bittencourt2016-10-151-0/+5
* show specific gem details with 'bundle info GEM'Frederico Bittencourt2016-10-151-0/+37