summaryrefslogtreecommitdiff
path: root/spec/install/deploy_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-3/+2
* [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twiceSamuel Giddins2017-06-221-0/+29
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-badSamuel Giddins2017-04-131-1/+11
* [Definition] Allow adding new gemspecs to a Path sourceSamuel Giddins2017-02-101-4/+2
* [Definition] Switch path sources after checking them for changesseg-converge-sources-firstSamuel Giddins2017-01-211-7/+6
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* fix breaking specsColby Swandale2016-11-151-4/+4
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-6/+6
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-6/+6
* Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-0/+28
* Fixes frozen string exception when checking equivalent gemfile and lockfile (...Gonzalo2016-05-031-2/+2
* Add alternative error message for when `--deployment` and `--system`James Wen2016-02-101-0/+15
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Include revision hash in Source::Git#to_sshow-git-revAgis Anastasopoulos2015-10-251-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* Revert "svn source support"Andre Arko2015-01-251-12/+0
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-9/+9
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-9/+9
* Merge tag 'v1.7.5'Andre Arko2014-11-101-0/+13
|\
| * Simplify the test case for deployment with source.Tim Moore2014-10-111-4/+5
| * Spec for deployment install w/ source blocksRyan Souza2014-09-291-0/+12
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-0/+12
|\ \ | |/
| * Fix handling for sources with basic auth.Tim Moore2014-08-151-0/+12
* | svn source supportStefan Huber2014-04-221-0/+12
|/
* support setting boolean environment variablesBrett Porter2012-11-021-0/+14
* change to new expect syntax for rspecTerence Lee2012-10-091-38/+38
* Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-201-0/+14
* un-check everythingAndre Arko2011-05-241-1/+1
* Fix deploy specs for new error messageAndre Arko2011-04-061-7/+7
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* It should work to have --frozen + --without + git gemsAndre Arko2010-10-211-0/+19
* consistency requires exitstatus over exit_statusAndre Arko2010-10-161-3/+3
* Er, we should run all the specsAndre Arko2010-10-121-1/+1
* Allow installing after --deployment fails due to missing lockAndre Arko2010-10-111-0/+7
* Fix a bug where --gemfile and --deployment did not work togetherCarl Lerche2010-08-101-0/+9
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-0/+28
* Add --frozen to disable updating the Gemfile.lock with changes to Gemfile (th...Carl Lerche2010-08-061-4/+29
* Rename --deploy to --deploymentAndre Arko2010-08-031-9/+9
* Deprecate --production for --deployAndre Arko2010-08-031-0/+109