summaryrefslogtreecommitdiff
path: root/spec/commands/package_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-1/+1
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
* Allow `update` to install when `--no-install` usedno_install_allows_update_to_installDavid Rodríguez2019-03-281-0/+12
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-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-3/+3
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-4/+4
* Update the specs for the new :deployment settingSamuel Giddins2017-07-191-1/+1
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-5/+5
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-1/+2
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-3/+3
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-2/+2
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-7/+7
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-7/+7
* Update specs for improved gemspec detectionSamuel Giddins2016-07-241-1/+1
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* Prevent recursive `bundle package` loop with multiple gemspecsJames Wen2016-04-141-0/+45
* Prevent endless recursive copy for `bundle package --all` andJames Wen2016-03-251-22/+57
* Auto merge of #4308 - bundler:seg-bundle-no-install, r=indirectHomu2016-02-251-0/+12
|\
| * add test for bundle install after packageChulki Lee2016-02-171-0/+12
* | Fix bundle package spec to ensure gemspec is validSamuel Giddins2016-02-231-2/+4
* | Add `--frozen` flag support for `bundle package`James Wen2016-02-211-0/+27
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix broken `bundle package --all` command and prevent endless recursive copyJames Wen2015-12-151-0/+44
* Silence expected yet noisy error output in testAgis-2015-08-301-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* implement all_platforms options for cache/packageCody Cutrer2014-12-231-0/+12
* Adds a --no-install flag to bundle packageDominick Reinhold2014-04-151-0/+14
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-4/+2
* Merge pull request #2759 from gjaldon/add-package-optionsAndre Arko2013-12-231-0/+30
|\
| * Tests for package --path and --gemfileGabriel Jaldon2013-12-221-0/+31
* move package specs into commandsAndre Arko2013-12-131-0/+86