summaryrefslogtreecommitdiff
path: root/spec/commands/show_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-5/+5
* Fix more specs on an environment with bundler head as a default gemfix_specs_with_bundler_master_installed_globallyDavid Rodríguez2019-04-281-4/+17
* Unify `bundle show` deprecation specsDavid Rodríguez2019-04-281-20/+0
* Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-4/+8
* Remove `bundle show` from bundler 3David Rodríguez2019-04-051-1/+1
* Merge #7026Bundlerbot2019-03-311-0/+13
|\
| * Add missing spec to show commandDavid Rodríguez2019-03-141-0/+13
* | Remove `eq_err` matcherDavid Rodríguez2019-03-141-1/+1
|/
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Reword deprecation messagesDavid Rodríguez2019-02-211-4/+4
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-1/+1
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-34/+16
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-241-2/+2
* Followed up https://github.com/bundler/bundler/pull/6743SHIBATA Hiroshi2018-11-161-2/+2
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-2/+2
* Fix `--paths` argument handlingDavid Rodríguez2018-10-011-1/+14
* Fix "bundle show" deprecation messagesDavid Rodríguez2018-10-011-4/+34
* Remove `File.expand_path` when it given Pathname objectSHIBATA Hiroshi2017-09-071-1/+1
* Removed Spec::Path, Because it's included on rspec contexts of bundlerSHIBATA Hiroshi2017-09-071-1/+1
* To use helper methods for relative path references.SHIBATA Hiroshi2017-09-061-1/+1
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-1/+1
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-3/+3
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* fix rubocop feedbackColby Swandale2017-01-311-1/+1
* fix for bundle show updating gems and spec feedbackColby Swandale2017-01-311-4/+6
* remove redundant bundle installColby Swandale2017-01-271-2/+0
* add failing spec for bundle update —outdatedColby Swandale2017-01-271-0/+27
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-3/+3
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-3/+3
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* [Show] Update spec for - versions needing RG >= 2.1seg-fix-dash-preSamuel Giddins2016-03-281-1/+1
* [Show] Add spec for when there is a `-` pre dep with git sourceSamuel Giddins2016-03-281-0/+11
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-14/+14
* Revert "svn source support"Andre Arko2015-01-251-16/+0
* Fix remaining specMichael Kohl2014-08-131-2/+4
* Rescue RegexpError when an invalid regexp is given to bundle showEjay Canaria2014-08-021-0/+14
* svn source supportStefan Huber2014-04-221-0/+16
* Autoinstall during the "show" command.Ash Wilson2014-04-191-0/+11
* Add summary option to 'show' cli commandSteve Frank2014-02-201-0/+7
* Failing spec to verify that bundle show in a fresh Git repo doesn't result in...t ddddddd2013-12-201-0/+14
* Refactor "bundle show" spec into high-level context blockst ddddddd2013-12-201-73/+75
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-0/+102